diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-28 15:28:21 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-28 15:42:12 -0700 |
commit | 0c2312b21b6700c1425baccaf9c26150b4f0fd6a (patch) | |
tree | ecccf4d38e5dbecb64a259e9a6800e7ed000ad7e /hw/xquartz/xpr | |
parent | c3dc4bdbb018c0606d561e2dfb9a36e9297fa312 (diff) |
XQuartz: xprIsX11Window can be called from the Appkit thread (see X11Application.m)
(cherry picked from commit 22cf72437601c07b8a6c744b4f2f1f4cd6713e60)
Diffstat (limited to 'hw/xquartz/xpr')
-rw-r--r-- | hw/xquartz/xpr/xprFrame.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xquartz/xpr/xprFrame.c b/hw/xquartz/xpr/xprFrame.c index edb412882..9fa94243e 100644 --- a/hw/xquartz/xpr/xprFrame.c +++ b/hw/xquartz/xpr/xprFrame.c @@ -453,8 +453,6 @@ xprGetXWindow(xp_window_id wid) { RootlessWindowRec *winRec; - TA_SERVER(); - if (window_hash == NULL) return NULL; @@ -474,8 +472,6 @@ xprGetXWindowFromAppKit(int windowNumber) Bool ret; xp_window_id wid; - TA_SERVER(); - if (window_hash == NULL) return FALSE; @@ -507,8 +503,6 @@ xprIsX11Window(void *nsWindow, int windowNumber) Bool ret; xp_window_id wid; - TA_SERVER(); - if (window_hash == NULL) return FALSE; |