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

This commit is contained in:
Jeremy Huddleston 2008-03-14 17:31:54 -07:00
parent 7f47e6ae0e
commit 37be23e8c1

View file

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