comparison src/video/windib/SDL_dibvideo.c @ 376:a5f60a847a89

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 19 May 2002 23:31:00 +0000
parents 3fc4e71f7714
children b37ce4813ad4
comparison
equal deleted inserted replaced
375:17976f0f503f 376:a5f60a847a89
896 /* Delete the screen bitmap (also frees screen->pixels) */ 896 /* Delete the screen bitmap (also frees screen->pixels) */
897 if ( this->screen ) { 897 if ( this->screen ) {
898 #ifndef NO_CHANGEDISPLAYSETTINGS 898 #ifndef NO_CHANGEDISPLAYSETTINGS
899 if ( this->screen->flags & SDL_FULLSCREEN ) { 899 if ( this->screen->flags & SDL_FULLSCREEN ) {
900 ChangeDisplaySettings(NULL, 0); 900 ChangeDisplaySettings(NULL, 0);
901 SDL_ShowWindow(SDL_Window, SW_HIDE); 901 ShowWindow(SDL_Window, SW_HIDE);
902 } 902 }
903 #endif 903 #endif
904 #ifdef HAVE_OPENGL 904 #ifdef HAVE_OPENGL
905 if ( this->screen->flags & SDL_OPENGL ) { 905 if ( this->screen->flags & SDL_OPENGL ) {
906 WIN_GL_ShutDown(this); 906 WIN_GL_ShutDown(this);