summaryrefslogtreecommitdiff
path: root/include/dixstruct.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-08-14 11:39:26 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-08-14 11:39:26 -0400
commit9a183d7ba50e31afa133cc03aee7991517a283ea (patch)
treea77da3210253f96d5d0be97a8a321920648ca81f /include/dixstruct.h
parent2763056ab5ae31bed422a0948198d98c6ace6d55 (diff)
dix: remove caching of drawables and graphics contexts. The security checks
simply bypass the cached values so they are unused.
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r--include/dixstruct.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h
index dd6347f18..2a3e696fd 100644
--- a/include/dixstruct.h
+++ b/include/dixstruct.h
@@ -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];