Skip to content

Commit

Permalink
Mac: Make sure window is still showing when we exit a fullscreen space.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 15, 2014
1 parent f25ee50 commit c663d73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/cocoa/SDL_cocoawindow.m
Expand Up @@ -612,6 +612,8 @@ - (void)windowDidExitFullScreen:(NSNotification *)aNotification
window->w = 0;
window->h = 0;
[self windowDidResize:aNotification];

Cocoa_ShowWindow(SDL_GetVideoDevice(), window);
}
}

Expand Down

0 comments on commit c663d73

Please sign in to comment.