mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Bug #1846: Add intentionally undocumented -disablexineramaextension flag to
the server to work around ignorant clients on large display walls.
(Kevin E. Martin)
This commit is contained in:
@@ -249,6 +249,7 @@ Bool PanoramiXVisibilityNotifySent = FALSE;
|
||||
Bool PanoramiXMapped = FALSE;
|
||||
Bool PanoramiXWindowExposureSent = FALSE;
|
||||
Bool PanoramiXOneExposeRequest = FALSE;
|
||||
Bool PanoramiXExtensionDisabledHack = FALSE;
|
||||
#endif
|
||||
|
||||
int auditTrailLevel = 1;
|
||||
@@ -1031,6 +1032,9 @@ ProcessCommandLine(int argc, char *argv[])
|
||||
else if ( strcmp( argv[i], "-xinerama") == 0){
|
||||
noPanoramiXExtension = TRUE;
|
||||
}
|
||||
else if ( strcmp( argv[i], "-disablexineramaextension") == 0){
|
||||
PanoramiXExtensionDisabledHack = TRUE;
|
||||
}
|
||||
#endif
|
||||
else if ( strcmp( argv[i], "-x") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user