From 9a8abcfa6d6d0cdc17be02a3443a7e116eb07d07 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Wed, 7 Nov 2007 02:22:39 -0800 Subject: 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. --- hw/darwin/quartz/xpr/xpr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/darwin/quartz/xpr/xpr.h') 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); -- cgit v1.2.3