changeset 376:a5f60a847a89

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 19 May 2002 23:31:00 +0000
parents 17976f0f503f
children f6987c9f04e4
files src/video/windib/SDL_dibvideo.c src/video/windx5/SDL_dx5video.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/windib/SDL_dibvideo.c	Sun May 19 22:34:36 2002 +0000
+++ b/src/video/windib/SDL_dibvideo.c	Sun May 19 23:31:00 2002 +0000
@@ -898,7 +898,7 @@
 #ifndef NO_CHANGEDISPLAYSETTINGS
 			if ( this->screen->flags & SDL_FULLSCREEN ) {
 				ChangeDisplaySettings(NULL, 0);
-				SDL_ShowWindow(SDL_Window, SW_HIDE);
+				ShowWindow(SDL_Window, SW_HIDE);
 			}
 #endif
 #ifdef HAVE_OPENGL
--- a/src/video/windx5/SDL_dx5video.c	Sun May 19 22:34:36 2002 +0000
+++ b/src/video/windx5/SDL_dx5video.c	Sun May 19 23:31:00 2002 +0000
@@ -2214,7 +2214,7 @@
 		if ( (this->screen->flags & (SDL_OPENGL|SDL_FULLSCREEN)) ==
 		                            (SDL_OPENGL|SDL_FULLSCREEN) ) {
 			ChangeDisplaySettings(NULL, 0);
-			SDL_ShowWindow(SDL_Window, SW_HIDE);
+			ShowWindow(SDL_Window, SW_HIDE);
 		}
 		if ( this->screen->flags & SDL_OPENGL ) {
 			WIN_GL_ShutDown(this);