mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 23:10:16 +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>
This commit is contained in:
parent
206b30ebc6
commit
38e9e28ba2
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