mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 15:10:11 +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 commit38e9e28ba2) (cherry picked from commit7b74bb6752)
This commit is contained in:
parent
c187638e36
commit
d8faf80bae
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,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