summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/xpr/xpr.h
diff options
context:
space:
mode:
authorBen Byer <bbyer@bbyer.local>2007-11-07 02:22:39 -0800
committerBen Byer <bbyer@bbyer.apple.com>2007-11-08 20:37:18 -0800
commit9a8abcfa6d6d0cdc17be02a3443a7e116eb07d07 (patch)
tree2073efa644d81686fb4ab8b1d687726ad7c7a727 /hw/darwin/quartz/xpr/xpr.h
parentb34d2ffc38002f7c4980c138f57e9a828cd79c37 (diff)
Fixed focus problem (clicking on an X11 window that sits behind
an Aqua window would not always bring it to the top of the stack.
Diffstat (limited to 'hw/darwin/quartz/xpr/xpr.h')
-rw-r--r--hw/darwin/quartz/xpr/xpr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/darwin/quartz/xpr/xpr.h b/hw/darwin/quartz/xpr/xpr.h
index 73a88c03d..46baac78f 100644
--- a/hw/darwin/quartz/xpr/xpr.h
+++ b/hw/darwin/quartz/xpr/xpr.h
@@ -38,6 +38,9 @@ void AppleDRIExtensionInit(void);
void xprAppleWMInit(void);
Bool xprInit(ScreenPtr pScreen);
Bool xprIsX11Window(void *nsWindow, int windowNumber);
+WindowPtr xprGetX11Window(xp_window_id wid);
+WindowPtr xprGetXWindowFromAppKit(int windowNumber);
+
void xprHideWindows(Bool hide);
Bool QuartzInitCursor(ScreenPtr pScreen);