Don't remove the mouse cursor when previewing a screensaver.

svn path=/trunk/; revision=38632
This commit is contained in:
Gregor Schneider 2009-01-07 18:17:02 +00:00
parent 2037c316a8
commit c7aab5aafd

View file

@ -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);