Index: SDL_QuartzVideo.m =================================================================== RCS file: /home/sdlweb/libsdl.org/cvs/SDL12/src/video/quartz/SDL_QuartzVideo.m,v retrieving revision 1.39 diff -u -r1.39 SDL_QuartzVideo.m --- SDL_QuartzVideo.m 22 Mar 2004 09:38:20 -0000 1.39 +++ SDL_QuartzVideo.m 17 Jul 2004 13:36:15 -0000 @@ -671,11 +671,13 @@ - If it is OpenGL (since gl attributes could be different) - If new mode is OpenGL, but previous mode wasn't */ +#if 0 if (video_set == SDL_TRUE) if ( (mode_flags & SDL_FULLSCREEN) || ((mode_flags ^ flags) & (SDL_NOFRAME|SDL_RESIZABLE)) || (mode_flags & SDL_OPENGL) || (flags & SDL_OPENGL) ) +#endif QZ_UnsetVideoMode (this); /* Check for user-specified window and view */