mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 09:00:10 +01:00
XQuartz: Use set_front_process rather than X11ApplicationSetFrontProcess since we're already in the AppKit thread
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 38e9e28ba2)
This commit is contained in:
parent
bd6ea85209
commit
7b74bb6752
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ static void message_kit_thread (SEL selector, NSObject *arg) {
|
|||
*/
|
||||
_appFlags._active = YES;
|
||||
|
||||
X11ApplicationSetFrontProcess();
|
||||
[self set_front_process:nil];
|
||||
|
||||
/* Get the Spaces preference for SwitchOnActivate */
|
||||
(void)CFPreferencesAppSynchronize(CFSTR("com.apple.dock"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue