Commit 9e2b90e2a482a95a66a125276b52b7e277e064cf

Ryan C. Gordon 2015-08-14T01:20:41

Cocoa: Keep the window's screen position through SDL_SetWindowSize(). The Y coordinate is flipped in Cocoa, so if you change the height, the window will move and maybe clip against the screen edge if you don't adjust its Y coordinate to match. Possibly fixes Bugzilla #3066.