mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
Add PanoramiXExtensionDisabledHack to globals.h as it was missing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user