- restore cursor on exit

svn path=/trunk/; revision=32829
This commit is contained in:
Johannes Anderwald 2008-04-03 13:34:02 +00:00
parent f835ee0323
commit 5c0c5d219e

View file

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