shit-cursor, begone!

This commit is contained in:
Erik Faye-Lund 2008-02-19 02:40:33 +00:00
parent 72e0b8f93a
commit 24417212ce

View File

@ -1067,7 +1067,7 @@ ATOM registerTrackViewWindowClass(HINSTANCE hInstance)
wc.cbWndExtra = sizeof(TrackView*); wc.cbWndExtra = sizeof(TrackView*);
wc.hInstance = hInstance; wc.hInstance = hInstance;
wc.hIcon = 0; wc.hIcon = 0;
wc.hCursor = LoadCursor(NULL, IDC_IBEAM); wc.hCursor = NULL; // LoadCursor(NULL, IDC_IBEAM);
wc.hbrBackground = (HBRUSH)0; wc.hbrBackground = (HBRUSH)0;
wc.lpszMenuName = NULL; wc.lpszMenuName = NULL;
wc.lpszClassName = trackViewWindowClassName; wc.lpszClassName = trackViewWindowClassName;