mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
- restore cursor on exit
svn path=/trunk/; revision=32829
This commit is contained in:
@@ -49,6 +49,8 @@ LRESULT WINAPI WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
switch (msg)
|
||||
{
|
||||
case WM_DESTROY:
|
||||
if (fullscreen)
|
||||
ShowCursor(TRUE);
|
||||
PostQuitMessage(0);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user