mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
Mac: Make sure window is still showing when we exit a fullscreen space.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user