Mac: Fix restoring of Cmd-H-hidden fullscreen desktop windows.
This should fix http://bugzilla.libsdl.org/show_bug.cgi?id=1996 --HG-- extra : histedit_source : 5d56152c804e07c2750a8490d945f65f78d3cf93
This commit is contained in:
parent
85492cbff9
commit
a100a39fe9
1 changed files with 5 additions and 3 deletions
|
@ -1047,9 +1047,11 @@ Cocoa_SetWindowFullscreen(_THIS, SDL_Window * window, SDL_VideoDisplay * display
|
|||
[nswindow setLevel:kCGNormalWindowLevel];
|
||||
}
|
||||
|
||||
[data->listener pauseVisibleObservation];
|
||||
[nswindow makeKeyAndOrderFront:nil];
|
||||
[data->listener resumeVisibleObservation];
|
||||
if ([nswindow isVisible] || fullscreen) {
|
||||
[data->listener pauseVisibleObservation];
|
||||
[nswindow makeKeyAndOrderFront:nil];
|
||||
[data->listener resumeVisibleObservation];
|
||||
}
|
||||
|
||||
ScheduleContextUpdates(data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue