Apple: Xserver half of the Exposé bug-fix (requires updated libXplugin from Apple... coming with 2.2)

(cherry picked from commit 37be23e8c1)
This commit is contained in:
Jeremy Huddleston 2008-03-14 17:31:54 -07:00
parent 4a61cf3b08
commit 851b16fd82

View file

@ -320,6 +320,8 @@ static void message_kit_thread (SEL selector, NSObject *arg) {
SetFrontProcess(&psn);
QuartzMessageServerThread(kXDarwinBringAllToFront, 0);
ProcessSerialNumber psn = { 0, kCurrentProcess };
SetFrontProcess(&psn);
}
- (void) set_can_quit:(NSNumber *)state {