diff src/video/wincommon/SDL_sysevents.c @ 459:2a778055dbba

Fixed bug where video mode wasn't restored after ALT-tab in with DirectX
author Sam Lantinga <slouken@libsdl.org>
date Tue, 20 Aug 2002 05:59:31 +0000
parents d0ab9718bf91
children 7d7e19b59866
line wrap: on
line diff
--- a/src/video/wincommon/SDL_sysevents.c	Tue Aug 20 04:55:37 2002 +0000
+++ b/src/video/wincommon/SDL_sysevents.c	Tue Aug 20 05:59:31 2002 +0000
@@ -459,7 +459,6 @@
 				(SDL_PublicSurface->flags & SDL_RESIZABLE) ) {
 				SDL_PrivateResize(w, h);
 			}
-			return(0);
 		}
 		break;