mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
hide mouse cursor in mazescr
svn path=/trunk/; revision=32677
This commit is contained in:
parent
9457b015d6
commit
92d76b88e9
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue