summaryrefslogtreecommitdiff
path: root/dbe/dbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbe/dbe.c')
-rw-r--r--dbe/dbe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbe/dbe.c b/dbe/dbe.c
index 6afe602ae..59087876a 100644
--- a/dbe/dbe.c
+++ b/dbe/dbe.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: dbe.c,v 1.3 2000/08/17 19:48:16 cpqbld Exp $ */
+/* $XdotOrg: xc/programs/Xserver/dbe/dbe.c,v 1.1.4.2 2003/12/18 19:29:12 kaleb Exp $ */
/* $Xorg: dbe.c,v 1.3 2000/08/17 19:48:16 cpqbld Exp $ */
/******************************************************************************
*
@@ -1822,8 +1822,8 @@ DbeExtensionInit()
Bool ddxInitSuccess;
#ifdef XINERAMA
- extern Bool noXineramaExtension;
- if(!noXineramaExtension) return;
+ extern Bool noPanoramiXExtension;
+ if(!noPanoramiXExtension) return;
#endif
/* Allocate private pointers in windows and screens. */