dix: remove caching of drawables and graphics contexts. The security checks
simply bypass the cached values so they are unused.
This commit is contained in:
@@ -101,10 +101,6 @@ typedef struct _Client {
|
||||
int clientGone;
|
||||
int noClientException; /* this client died or needs to be
|
||||
* killed */
|
||||
DrawablePtr lastDrawable;
|
||||
Drawable lastDrawableID;
|
||||
GCPtr lastGC;
|
||||
GContext lastGCID;
|
||||
SaveSetElt *saveSet;
|
||||
int numSaved;
|
||||
pointer screenPrivate[MAXSCREENS];
|
||||
|
||||
Reference in New Issue
Block a user