From a38f08d2bb67c34c25bc93ea955af3dd1f9cdc76 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Wed, 28 Jan 2009 22:47:13 +0000 Subject: [PATCH] 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 --- input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/input.c b/input.c index 248546ee..1004142c 100644 --- a/input.c +++ b/input.c @@ -356,6 +356,7 @@ int Get_input(void) case SDL_QUIT: Handle_Window_Exit(&event); + User_Feedback_Required = 1; break; case SDL_MOUSEMOTION: