mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-05 07:58:18 +02:00
XQuartz: Removed a call to RootlessReorderWindow from the Carbon thread
(cherry picked from commit cb27d5ca82)
This commit is contained in:
parent
55d9973b05
commit
6606b9d126
6 changed files with 5 additions and 11 deletions
|
|
@ -51,10 +51,6 @@
|
|||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "rootlessCommon.h"
|
||||
|
||||
WindowPtr xprGetXWindowFromAppKit(int windowNumber); // xpr/xprFrame.c
|
||||
|
||||
#define DEFAULTS_FILE "/usr/X11/lib/X11/xserver/Xquartz.plist"
|
||||
|
||||
#ifndef XSERVER_VERSION
|
||||
|
|
@ -214,8 +210,6 @@ static void message_kit_thread (SEL selector, NSObject *arg) {
|
|||
if (_x_active) [self activateX:NO];
|
||||
} else if ([self modalWindow] == nil) {
|
||||
/* Must be an X window. Tell appkit it doesn't have focus. */
|
||||
WindowPtr pWin = xprGetXWindowFromAppKit([e windowNumber]);
|
||||
if (pWin) RootlessReorderWindow(pWin);
|
||||
for_appkit = NO;
|
||||
|
||||
if ([self isActive]) {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "scrnintstr.h"
|
||||
#define _APPLEDRI_SERVER_
|
||||
#include "appledri.h"
|
||||
#include "Xplugin.h"
|
||||
#include <Xplugin.h>
|
||||
|
||||
typedef void (*ClipNotifyPtr)( WindowPtr, int, int );
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include "xpr.h"
|
||||
#include "applewmExt.h"
|
||||
#include "rootless.h"
|
||||
#include "Xplugin.h"
|
||||
#include <Xplugin.h>
|
||||
#include <X11/X.h>
|
||||
|
||||
static int xprSetWindowLevel(
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
#include "xpr.h"
|
||||
#include "darwin.h"
|
||||
#include "darwinEvents.h"
|
||||
#include "Xplugin.h"
|
||||
#include <Xplugin.h>
|
||||
|
||||
#include "mi.h"
|
||||
#include "scrnintstr.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include "xpr.h"
|
||||
#include "rootlessCommon.h"
|
||||
#include "Xplugin.h"
|
||||
#include <Xplugin.h>
|
||||
#include "x-hash.h"
|
||||
#include "x-list.h"
|
||||
#include "applewmExt.h"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#include "rootless.h"
|
||||
#include "dri.h"
|
||||
#include "globals.h"
|
||||
#include "Xplugin.h"
|
||||
#include <Xplugin.h>
|
||||
#include "applewmExt.h"
|
||||
#include "micmap.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue