mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:03:06 +00:00
- restore cursor on exit
svn path=/trunk/; revision=32829
This commit is contained in:
parent
f835ee0323
commit
5c0c5d219e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue