mirror of
https://github.com/yawut/SDL.git
synced 2026-08-02 00:15:12 -05:00
*** empty log message ***
This commit is contained in:
parent
51c55e0ac0
commit
eb7b6faa10
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user