remove optional R3 backwards compatibility
Remove the permitOldBugs flag, which enabled backwards compatbility with broken R2/R3 era clients.
This commit is contained in:
committed by
Daniel Stone
parent
f54b71b772
commit
12dbd8a02f
@@ -148,12 +148,6 @@ ClientPtr requestingClient; /* XXX this should be obsolete now, remove? */
|
||||
_X_EXPORT TimeStamp currentTime;
|
||||
_X_EXPORT TimeStamp lastDeviceEventTime;
|
||||
|
||||
/*
|
||||
* turn off some error checking, to permit old broken clients (like R2/R3
|
||||
* xterms) to work
|
||||
*/
|
||||
_X_EXPORT Bool permitOldBugs = FALSE;
|
||||
|
||||
_X_EXPORT int defaultColorVisualClass = -1;
|
||||
_X_EXPORT int monitorResolution = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user