diff options
author | Egbert Eich <eich@suse.de> | 2004-04-15 10:17:35 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-15 10:17:35 +0000 |
commit | c6c6d0de2309019999fa75a2f36a4f4a93ad2f31 (patch) | |
tree | 0a65803c8439f72593dd587639422ce2f8c284bc /hw/darwin/quartz/quartzCocoa.m | |
parent | 629c3792225cec28572081ebc8dda3fd803fe616 (diff) |
Merged changes from RELEASE-1 branch
Diffstat (limited to 'hw/darwin/quartz/quartzCocoa.m')
-rw-r--r-- | hw/darwin/quartz/quartzCocoa.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/darwin/quartz/quartzCocoa.m b/hw/darwin/quartz/quartzCocoa.m index 7ba0fbd51..0c671890f 100644 --- a/hw/darwin/quartz/quartzCocoa.m +++ b/hw/darwin/quartz/quartzCocoa.m @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/hw/darwin/quartz/quartzCocoa.m,v 1.1.4.3 2004/02/25 21:46:45 kaleb Exp $ */ +/* $XdotOrg$ */ /************************************************************** * * Quartz-specific support for the Darwin X Server @@ -45,7 +45,7 @@ #include <Cocoa/Cocoa.h> #import "Preferences.h" -#include "pseudorama.h" +#include "pseudoramiX.h" extern void FatalError(const char *, ...); extern char *display; @@ -68,7 +68,7 @@ void QuartzReadPreferences(void) // quartzRootless has already been set if (quartzRootless) { - // Use Pseudorama instead of Xinerama + // Use PseudoramiX instead of Xinerama noPanoramiXExtension = TRUE; noPseudoramiXExtension = ![Preferences xinerama]; |