Fix the close button requiring an extra click somewhere (on win9x at least)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@564 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-01-28 22:47:13 +00:00
parent 0ba7bd048d
commit a38f08d2bb

View File

@ -356,6 +356,7 @@ int Get_input(void)
case SDL_QUIT:
Handle_Window_Exit(&event);
User_Feedback_Required = 1;
break;
case SDL_MOUSEMOTION: