Mac: Make sure window is still showing when we exit a fullscreen space.

--HG--
extra : histedit_source : 59238ebf154158241e31d46137ff70fd81f20d94
This commit is contained in:
Ryan C. Gordon 2014-03-15 15:35:15 -04:00
parent 1126e9c461
commit 598897b601

View file

@ -612,6 +612,8 @@ SetWindowStyle(SDL_Window * window, unsigned int style)
window->w = 0;
window->h = 0;
[self windowDidResize:aNotification];
Cocoa_ShowWindow(SDL_GetVideoDevice(), window);
}
}