diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-09-05 11:18:36 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-09-05 11:18:36 -0400 |
commit | 0003ccfcdfae1b473aa024342304b84256d378b9 (patch) | |
tree | 17e716298c24649d85a2ab9bd0a7826f7cc3005a /composite | |
parent | ce9e83d913511fe619da42f805d7bcd1a2a60d90 (diff) |
xace: add new fields to resource access hook to allow parent resource objects
to be passed in at create time. Also added a missing devPrivates initializer.
Diffstat (limited to 'composite')
-rw-r--r-- | composite/compext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composite/compext.c b/composite/compext.c index b32967960..2d3bafadb 100644 --- a/composite/compext.c +++ b/composite/compext.c @@ -459,7 +459,7 @@ ProcCompositeGetOverlayWindow (ClientPtr client) } rc = XaceHook(XACE_RESOURCE_ACCESS, client, cs->pOverlayWin->drawable.id, - RT_WINDOW, DixGetAttrAccess, cs->pOverlayWin); + RT_WINDOW, cs->pOverlayWin, RT_NONE, NULL, DixGetAttrAccess); if (rc != Success) return rc; |