--- a/src/video/windib/SDL_dibvideo.c Sun May 19 22:27:42 2002 +0000
+++ b/src/video/windib/SDL_dibvideo.c Sun May 19 22:32:09 2002 +0000
@@ -898,6 +898,7 @@
#ifndef NO_CHANGEDISPLAYSETTINGS
if ( this->screen->flags & SDL_FULLSCREEN ) {
ChangeDisplaySettings(NULL, 0);
+ SDL_ShowWindow(SDL_Window, SW_HIDE);
}
#endif
#ifdef HAVE_OPENGL
--- a/src/video/windx5/SDL_dx5video.c Sun May 19 22:27:42 2002 +0000
+++ b/src/video/windx5/SDL_dx5video.c Sun May 19 22:32:09 2002 +0000
@@ -2214,6 +2214,7 @@
if ( (this->screen->flags & (SDL_OPENGL|SDL_FULLSCREEN)) ==
(SDL_OPENGL|SDL_FULLSCREEN) ) {
ChangeDisplaySettings(NULL, 0);
+ SDL_ShowWindow(SDL_Window, SW_HIDE);
}
if ( this->screen->flags & SDL_OPENGL ) {
WIN_GL_ShutDown(this);