From d79f2837b171aaad4f8605d8acb081739f4c1ff0 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 --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40460 --- 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;