mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-07 12:08:18 +02:00
Add PanoramiXExtensionDisabledHack to globals.h as it was missing.
This commit is contained in:
parent
e5b72bd9c6
commit
101ae61696
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue