Skip to content

Commit

Permalink
Apple: Xserver half of the Exposé bug-fix (requires updated libXplugi…
Browse files Browse the repository at this point in the history
…n from Apple... coming with 2.2)
  • Loading branch information
Jeremy Huddleston committed Mar 15, 2008
1 parent 7f47e6a commit 37be23e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/xquartz/X11Application.m
Expand Up @@ -325,6 +325,8 @@ - (void) set_apps_menu:(NSArray *)list {

- (void) set_front_process:unused {
QuartzMessageServerThread(kXDarwinBringAllToFront, 0);
ProcessSerialNumber psn = { 0, kCurrentProcess };
SetFrontProcess(&psn);
}

- (void) set_can_quit:(NSNumber *)state {
Expand Down

0 comments on commit 37be23e

Please sign in to comment.