diff options
Diffstat (limited to 'hw/darwin/quartz/cr/crScreen.m')
-rw-r--r-- | hw/darwin/quartz/cr/crScreen.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/darwin/quartz/cr/crScreen.m b/hw/darwin/quartz/cr/crScreen.m index d259d0bac..ab27e8eb8 100644 --- a/hw/darwin/quartz/cr/crScreen.m +++ b/hw/darwin/quartz/cr/crScreen.m @@ -27,7 +27,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/cr/crScreen.m,v 1.5 2003/11/12 20:21:52 torrey Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/cr/crScreen.m,v 1.6 2003/11/27 01:59:53 torrey Exp $ */ #include "quartzCommon.h" #include "cr.h" @@ -300,6 +300,7 @@ static QuartzModeProcsRec crModeProcs = { NULL, // No capture or release in rootless mode NULL, CRIsX11Window, + NULL, // Cocoa NSWindows hide themselves RootlessFrameForWindow, TopLevelParent, NULL, // No support for DRI surfaces |