mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 08:28:04 +02:00
XQuartz: Another Exposé fix: F9 doesn't raise all windows
(cherry picked from commit b9cffa20de)
This commit is contained in:
parent
f57a2f38ee
commit
cc17ce1b73
1 changed files with 4 additions and 3 deletions
|
|
@ -318,9 +318,10 @@ static void message_kit_thread (SEL selector, NSObject *arg) {
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) set_front_process:unused {
|
- (void) set_front_process:unused {
|
||||||
QuartzMessageServerThread(kXDarwinBringAllToFront, 0);
|
[NSApp activateIgnoringOtherApps:YES];
|
||||||
ProcessSerialNumber psn = { 0, kCurrentProcess };
|
|
||||||
SetFrontProcess(&psn);
|
if ([self modalWindow] == nil)
|
||||||
|
[self activateX:YES];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) set_can_quit:(NSNumber *)state {
|
- (void) set_can_quit:(NSNumber *)state {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue