mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 15:54:10 -05:00
*** empty log message ***
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user