summaryrefslogtreecommitdiff
path: root/xfixes/saveset.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-08-30 11:48:45 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-08-30 11:48:45 -0400
commitcda92bbf12107865e93c03c71b901ef51466dc31 (patch)
treebdf01af62041494641280badc88b2fec197856b6 /xfixes/saveset.c
parent47ab4d648b31ea1d5800e0bc84cf5f25025bffe3 (diff)
xace: add hooks + new access codes: XFixes extension.
Required a new name argument to the selection access hook to handle XFixesSelectSelectionInput.
Diffstat (limited to 'xfixes/saveset.c')
-rwxr-xr-xxfixes/saveset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfixes/saveset.c b/xfixes/saveset.c
index 8d66843d9..e6e297638 100755
--- a/xfixes/saveset.c
+++ b/xfixes/saveset.c
@@ -35,7 +35,7 @@ ProcXFixesChangeSaveSet(ClientPtr client)
REQUEST(xXFixesChangeSaveSetReq);
REQUEST_SIZE_MATCH(xXFixesChangeSaveSetReq);
- result = dixLookupWindow(&pWin, stuff->window, client, DixReadAccess);
+ result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess);
if (result != Success)
return result;
if (client->clientAsMask == (CLIENT_BITS(pWin->drawable.id)))