diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-14 11:39:26 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-14 11:39:26 -0400 |
commit | 9a183d7ba50e31afa133cc03aee7991517a283ea (patch) | |
tree | a77da3210253f96d5d0be97a8a321920648ca81f /dbe | |
parent | 2763056ab5ae31bed422a0948198d98c6ace6d55 (diff) |
dix: remove caching of drawables and graphics contexts. The security checks
simply bypass the cached values so they are unused.
Diffstat (limited to 'dbe')
-rw-r--r-- | dbe/dbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1783,7 +1783,7 @@ DbeExtensionInit(void) /* Create the resource types. */ dbeDrawableResType = - CreateNewResourceType(DbeDrawableDelete) | RC_CACHED | RC_DRAWABLE; + CreateNewResourceType(DbeDrawableDelete) | RC_DRAWABLE; dbeWindowPrivResType = CreateNewResourceType(DbeWindowPrivDelete); |