summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-06-07 12:06:22 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-07 12:06:22 -0700
commit101ae616962c355388722e05ab8413eb5f5c3402 (patch)
tree5f88293dfaebbc2a734e815afe803bc2b8c4964f /Xext
parente5b72bd9c6fb06640a5de4031be0dc9b04b4b215 (diff)
Add PanoramiXExtensionDisabledHack to globals.h as it was missing.
Diffstat (limited to 'Xext')
-rw-r--r--Xext/panoramiX.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c
index d1e726804..5d533a464 100644
--- a/Xext/panoramiX.c
+++ b/Xext/panoramiX.c
@@ -1049,7 +1049,6 @@ ProcXineramaIsActive(ClientPtr client)
{
/* The following hack fools clients into thinking that Xinerama
* is disabled even though it is not. */
- extern Bool PanoramiXExtensionDisabledHack;
rep.state = !noPanoramiXExtension && !PanoramiXExtensionDisabledHack;
}
#else