Skip to content

Commit

Permalink
Merged branch default into iOS-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Aug 4, 2014
2 parents bde54b7 + 87b8c8d commit 2096583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/cocoa/SDL_cocoawindow.m
Expand Up @@ -1271,6 +1271,7 @@ - (void)resetCursorRects
*/
[windowData->listener pauseVisibleObservation];
if (![nswindow isMiniaturized] && [nswindow isVisible]) {
[NSApp activateIgnoringOtherApps:YES];
[nswindow makeKeyAndOrderFront:nil];
}
[windowData->listener resumeVisibleObservation];
Expand Down

0 comments on commit 2096583

Please sign in to comment.