Add PanoramiXExtensionDisabledHack to globals.h as it was missing.

This commit is contained in:
Greg Kroah-Hartman 2006-06-07 12:06:22 -07:00
parent e5b72bd9c6
commit 101ae61696
2 changed files with 1 additions and 1 deletions

View file

@ -1049,7 +1049,6 @@ ProcXineramaIsActive(ClientPtr client)
{ {
/* The following hack fools clients into thinking that Xinerama /* The following hack fools clients into thinking that Xinerama
* is disabled even though it is not. */ * is disabled even though it is not. */
extern Bool PanoramiXExtensionDisabledHack;
rep.state = !noPanoramiXExtension && !PanoramiXExtensionDisabledHack; rep.state = !noPanoramiXExtension && !PanoramiXExtensionDisabledHack;
} }
#else #else

View file

@ -50,6 +50,7 @@ extern Bool PanoramiXMapped;
extern Bool PanoramiXVisibilityNotifySent; extern Bool PanoramiXVisibilityNotifySent;
extern Bool PanoramiXWindowExposureSent; extern Bool PanoramiXWindowExposureSent;
extern Bool PanoramiXOneExposeRequest; extern Bool PanoramiXOneExposeRequest;
extern Bool PanoramiXExtensionDisabledHack;
#endif #endif
#ifdef BIGREQS #ifdef BIGREQS