changeset 7873 | e88af17231bd |
parent 7771 | 4434498bf4b9 |
child 7915 | 86ad156a82ab |
--- a/src/video/cocoa/SDL_cocoawindow.m Mon Oct 21 02:32:34 2013 -0700 +++ b/src/video/cocoa/SDL_cocoawindow.m Mon Oct 21 02:37:03 2013 -0700 @@ -1058,8 +1058,8 @@ } s_moveHack = 0; + [nswindow setContentSize:rect.size]; [nswindow setFrameOrigin:rect.origin]; - [nswindow setContentSize:rect.size]; s_moveHack = SDL_GetTicks(); /* When the window style changes the title is cleared */