From f7bae6da79b71730cab2857ba525e18bdf9a9541 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 20 Aug 2002 05:59:31 +0000 Subject: [PATCH] Fixed bug where video mode wasn't restored after ALT-tab in with DirectX --- src/video/wincommon/SDL_sysevents.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/wincommon/SDL_sysevents.c b/src/video/wincommon/SDL_sysevents.c index aaaa1ea33..becb0a61d 100644 --- a/src/video/wincommon/SDL_sysevents.c +++ b/src/video/wincommon/SDL_sysevents.c @@ -459,7 +459,6 @@ LONG CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { SDL_PrivateResize(w, h); } - return(0); } break;