mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 10:30:10 +01: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 {
|
||||
QuartzMessageServerThread(kXDarwinBringAllToFront, 0);
|
||||
ProcessSerialNumber psn = { 0, kCurrentProcess };
|
||||
SetFrontProcess(&psn);
|
||||
[NSApp activateIgnoringOtherApps:YES];
|
||||
|
||||
if ([self modalWindow] == nil)
|
||||
[self activateX:YES];
|
||||
}
|
||||
|
||||
- (void) set_can_quit:(NSNumber *)state {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue