Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 19, 2002
1 parent 595670c commit dfb7d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/video/windib/SDL_dibvideo.c
Expand Up @@ -898,7 +898,7 @@ void DIB_VideoQuit(_THIS)
#ifndef NO_CHANGEDISPLAYSETTINGS
if ( this->screen->flags & SDL_FULLSCREEN ) {
ChangeDisplaySettings(NULL, 0);
SDL_ShowWindow(SDL_Window, SW_HIDE);
ShowWindow(SDL_Window, SW_HIDE);
}
#endif
#ifdef HAVE_OPENGL
Expand Down
2 changes: 1 addition & 1 deletion src/video/windx5/SDL_dx5video.c
Expand Up @@ -2214,7 +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);
ShowWindow(SDL_Window, SW_HIDE);
}
if ( this->screen->flags & SDL_OPENGL ) {
WIN_GL_ShutDown(this);
Expand Down

0 comments on commit dfb7d5d

Please sign in to comment.