changeset 1119 | 430d8d701f69 |
parent 967 | cda407d627a3 |
child 1120 | 8e1fde455471 |
--- a/src/video/quartz/SDL_QuartzVideo.m Thu Aug 18 06:06:02 2005 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.m Thu Aug 18 06:18:30 2005 +0000 @@ -639,6 +639,9 @@ /* Save the flags to ensure correct tear-down */ mode_flags = current->flags; + /* we're fullscreen, so flag all input states... */ + SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS | SDL_APPINPUTFOCUS | SDL_APPACTIVE); + return current; /* Since the blanking window covers *all* windows (even force quit) correct recovery is crucial */