diff options
Diffstat (limited to 'hw/darwin/quartz/quartz.h')
-rw-r--r-- | hw/darwin/quartz/quartz.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/darwin/quartz/quartz.h b/hw/darwin/quartz/quartz.h index 849e10cef..2cec61d66 100644 --- a/hw/darwin/quartz/quartz.h +++ b/hw/darwin/quartz/quartz.h @@ -30,7 +30,7 @@ * holders shall not be used in advertising or otherwise to promote the sale, * use or other dealings in this Software without prior written authorization. */ -/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/quartz.h,v 1.7 2003/11/12 20:21:51 torrey Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/quartz.h,v 1.8 2003/11/27 01:59:53 torrey Exp $ */ #ifndef _QUARTZ_H #define _QUARTZ_H @@ -70,6 +70,7 @@ typedef void (*ReleaseScreensProc)(void); * Rootless helper functions */ typedef Bool (*IsX11WindowProc)(void *nsWindow, int windowNumber); +typedef void (*HideWindowsProc)(Bool hide); /* * Rootless functions for optional export to GLX layer @@ -103,6 +104,7 @@ typedef struct _QuartzModeProcs { ReleaseScreensProc ReleaseScreens; // Only called in fullscreen IsX11WindowProc IsX11Window; + HideWindowsProc HideWindows; FrameForWindowProc FrameForWindow; TopLevelParentProc TopLevelParent; |