hide mouse cursor in mazescr

svn path=/trunk/; revision=32677
This commit is contained in:
Timo Kreuzer 2008-03-14 00:08:00 +00:00
parent 9457b015d6
commit 92d76b88e9

View file

@ -774,6 +774,7 @@ hWnd = hParent;
// Make the window visible; update its client area; and return "success"
ShowWindow(hWnd, SW_SHOW); // Show the window
SetCursor(NULL);
UpdateWindow(hWnd); // Sends WM_PAINT message
hPenWall = CreatePen(PS_SOLID, 3, RGB(150,150,150));