*** empty log message ***

This commit is contained in:
Sam Lantinga 2002-05-19 22:32:09 +00:00
parent 51c55e0ac0
commit eb7b6faa10
2 changed files with 2 additions and 0 deletions

View File

@ -898,6 +898,7 @@ void DIB_VideoQuit(_THIS)
#ifndef NO_CHANGEDISPLAYSETTINGS
if ( this->screen->flags & SDL_FULLSCREEN ) {
ChangeDisplaySettings(NULL, 0);
SDL_ShowWindow(SDL_Window, SW_HIDE);
}
#endif
#ifdef HAVE_OPENGL

View File

@ -2214,6 +2214,7 @@ void DX5_VideoQuit(_THIS)
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);