Mac: Make sure window is still showing when we exit a fullscreen space.
--HG-- extra : histedit_source : 59238ebf154158241e31d46137ff70fd81f20d94
This commit is contained in:
parent
1126e9c461
commit
598897b601
1 changed files with 2 additions and 0 deletions
|
@ -612,6 +612,8 @@ SetWindowStyle(SDL_Window * window, unsigned int style)
|
||||||
window->w = 0;
|
window->w = 0;
|
||||||
window->h = 0;
|
window->h = 0;
|
||||||
[self windowDidResize:aNotification];
|
[self windowDidResize:aNotification];
|
||||||
|
|
||||||
|
Cocoa_ShowWindow(SDL_GetVideoDevice(), window);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue