commit | b5a48ebabe7cdca1ea03a81caca12dea436baf17 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Mon Dec 17 09:37:07 2012 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 17 09:37:08 2012 -0800 |
tree | 1b26e1ce4245afc4074f19e83695f3a84a67a72c | |
parent | 42bd10fde52b66bd825a95a6509d3ec3b7dc382f [diff] | |
parent | 6f5e132ea50c752390095001aa2d1d9a805fa92d [diff] |
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");