mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 14:38:09 +02:00
Apple: Xserver half of the Exposé bug-fix (requires updated libXplugin from Apple... coming with 2.2)
This commit is contained in:
parent
7f47e6ae0e
commit
37be23e8c1
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue