summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/quartzCocoa.m
diff options
context:
space:
mode:
Diffstat (limited to 'hw/darwin/quartz/quartzCocoa.m')
-rw-r--r--hw/darwin/quartz/quartzCocoa.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/darwin/quartz/quartzCocoa.m b/hw/darwin/quartz/quartzCocoa.m
index b63da9662..d824ce471 100644
--- a/hw/darwin/quartz/quartzCocoa.m
+++ b/hw/darwin/quartz/quartzCocoa.m
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/darwin/quartz/quartzCocoa.m,v 1.1.4.2 2003/12/18 19:29:12 kaleb Exp $ */
/**************************************************************
*
* Quartz-specific support for the Darwin X Server
@@ -49,7 +49,7 @@
extern void FatalError(const char *, ...);
extern char *display;
-extern int noXineramaExtension;
+extern int noPanoramiXExtension;
/*
@@ -69,12 +69,12 @@ void QuartzReadPreferences(void)
// quartzRootless has already been set
if (quartzRootless) {
// Use Pseudorama instead of Xinerama
- noXineramaExtension = TRUE;
+ noPanoramiXExtension = TRUE;
noPseudoramaExtension = ![Preferences xinerama];
quartzUseAGL = [Preferences useAGL];
} else {
- noXineramaExtension = ![Preferences xinerama];
+ noPanoramiXExtension = ![Preferences xinerama];
noPseudoramaExtension = TRUE;
// Full screen can't use AGL for GLX