*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40377
This commit is contained in:
parent
ec61970a65
commit
692ffcaba2
2 changed files with 2 additions and 2 deletions
|
@ -898,7 +898,7 @@ void DIB_VideoQuit(_THIS)
|
||||||
#ifndef NO_CHANGEDISPLAYSETTINGS
|
#ifndef NO_CHANGEDISPLAYSETTINGS
|
||||||
if ( this->screen->flags & SDL_FULLSCREEN ) {
|
if ( this->screen->flags & SDL_FULLSCREEN ) {
|
||||||
ChangeDisplaySettings(NULL, 0);
|
ChangeDisplaySettings(NULL, 0);
|
||||||
SDL_ShowWindow(SDL_Window, SW_HIDE);
|
ShowWindow(SDL_Window, SW_HIDE);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_OPENGL
|
#ifdef HAVE_OPENGL
|
||||||
|
|
|
@ -2214,7 +2214,7 @@ void DX5_VideoQuit(_THIS)
|
||||||
if ( (this->screen->flags & (SDL_OPENGL|SDL_FULLSCREEN)) ==
|
if ( (this->screen->flags & (SDL_OPENGL|SDL_FULLSCREEN)) ==
|
||||||
(SDL_OPENGL|SDL_FULLSCREEN) ) {
|
(SDL_OPENGL|SDL_FULLSCREEN) ) {
|
||||||
ChangeDisplaySettings(NULL, 0);
|
ChangeDisplaySettings(NULL, 0);
|
||||||
SDL_ShowWindow(SDL_Window, SW_HIDE);
|
ShowWindow(SDL_Window, SW_HIDE);
|
||||||
}
|
}
|
||||||
if ( this->screen->flags & SDL_OPENGL ) {
|
if ( this->screen->flags & SDL_OPENGL ) {
|
||||||
WIN_GL_ShutDown(this);
|
WIN_GL_ShutDown(this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue