diff src/video/quartz/SDL_QuartzVideo.m @ 1654:0a53c90a37f9 SDL-1.3

Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Apr 2006 05:30:05 +0000
parents ef4a796e7f24
children e49147870aac
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.m	Thu Apr 27 05:19:10 2006 +0000
+++ b/src/video/quartz/SDL_QuartzVideo.m	Thu Apr 27 05:30:05 2006 +0000
@@ -1353,10 +1353,7 @@
 
 static void QZ_UpdateRects (_THIS, int numRects, SDL_Rect *rects) {
 
-    if (SDL_VideoSurface->flags & SDL_OPENGLBLIT) {
-        QZ_GL_SwapBuffers (this);
-    }
-    else if ( [ qz_window isMiniaturized ] ) {
+    if ( [ qz_window isMiniaturized ] ) {
     
         /* Do nothing if miniaturized */
     }