Add PanoramiXExtensionDisabledHack to globals.h as it was missing.
This commit is contained in:
parent
e5b72bd9c6
commit
101ae61696
|
@ -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
|
||||
|
|
|
@ -50,6 +50,7 @@ extern Bool PanoramiXMapped;
|
|||
extern Bool PanoramiXVisibilityNotifySent;
|
||||
extern Bool PanoramiXWindowExposureSent;
|
||||
extern Bool PanoramiXOneExposeRequest;
|
||||
extern Bool PanoramiXExtensionDisabledHack;
|
||||
#endif
|
||||
|
||||
#ifdef BIGREQS
|
||||
|
|
Loading…
Reference in New Issue