mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Don't remove the mouse cursor when previewing a screensaver.
svn path=/trunk/; revision=38632
This commit is contained in:
parent
2037c316a8
commit
c7aab5aafd
1 changed files with 2 additions and 1 deletions
|
@ -190,7 +190,8 @@ static int LaunchScreenSaver(HWND hParent)
|
|||
|
||||
// Display window and start pumping messages
|
||||
ShowWindow(hMainWindow, SW_SHOW);
|
||||
SetCursor(NULL);
|
||||
if (!hParent)
|
||||
SetCursor(NULL);
|
||||
|
||||
while (GetMessage(&msg, NULL, 0, 0))
|
||||
DispatchMessage(&msg);
|
||||
|
|
Loading…
Reference in a new issue