Backed out changeset ebdc0738b1b5 for bug 3697

Eric Wasylishen

Unfortunately this commit seems to have broken exiting desktop-fullscreen.
- Launch testgl2.
- Press alt+enter to go fullscreen-desktop
- Press alt+enter again. The spinning cube will freeze, and the window stays fullscreen desktop.
This commit is contained in:
Sam Lantinga 2017-08-01 20:09:23 -07:00
parent e10a98d2ad
commit 6391cc3fef
1 changed files with 0 additions and 1 deletions

View File

@ -674,7 +674,6 @@ SetWindowStyle(SDL_Window * window, NSUInteger style)
pendingWindowOperation = PENDING_OPERATION_NONE;
[self setFullscreenSpace:NO];
} else {
SetWindowStyle(window, 0);
if ((window->flags & SDL_WINDOW_FULLSCREEN_DESKTOP) == SDL_WINDOW_FULLSCREEN_DESKTOP) {
[NSMenu setMenuBarVisible:NO];
}