diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-09-19 13:59:35 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-09-19 13:59:35 -0400 |
commit | 082c0f7fb34458ebb303cf875d1d75686eca25e6 (patch) | |
tree | 2435af785e3914a7003f37e217b6304b58dd22aa /render | |
parent | 5b36b64192517e2470766ce7ff1d4dc04c936fad (diff) |
devPrivates rework: move devPrivates field in drawable structure types
to just below the DrawableRec. Wish there were a better way to do this
but it has to be in the same place for all drawable types.
Diffstat (limited to 'render')
-rw-r--r-- | render/picture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/picture.c b/render/picture.c index 660ef12ad..184edb48b 100644 --- a/render/picture.c +++ b/render/picture.c @@ -728,7 +728,7 @@ CreatePicture (Picture pid, /* security creation/labeling check */ *error = XaceHook(XACE_RESOURCE_ACCESS, client, pid, PictureType, pPicture, - RC_DRAWABLE, pDrawable, DixCreateAccess|DixSetAttrAccess); + RT_PIXMAP, pDrawable, DixCreateAccess|DixSetAttrAccess); if (*error != Success) goto out; |