Merge "Don't show the window until it's configured"
diff --git a/distrib/sdl-1.2.15/src/video/quartz/SDL_QuartzVideo.m b/distrib/sdl-1.2.15/src/video/quartz/SDL_QuartzVideo.m
index bb20172..cc87f75 100644
--- a/distrib/sdl-1.2.15/src/video/quartz/SDL_QuartzVideo.m
+++ b/distrib/sdl-1.2.15/src/video/quartz/SDL_QuartzVideo.m
@@ -1030,7 +1030,7 @@
             initWithContentRect:contentRect
                 styleMask:style 
                     backing:NSBackingStoreBuffered
-                        defer:NO ];
+                        defer:YES ];
                           
         if (qz_window == nil) {
             SDL_SetError ("Could not create the Cocoa window");