xace: Correct some access modes.

This commit is contained in:
Eamon Walsh 2007-08-30 14:48:24 -04:00 committed by Eamon Walsh
commit 1005b29cc6
3 changed files with 3 additions and 3 deletions

View file

@ -203,7 +203,7 @@ ProcXFixesSelectSelectionInput (ClientPtr client)
int rc;
REQUEST_SIZE_MATCH (xXFixesSelectSelectionInputReq);
rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess);
rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
if (rc != Success)
return rc;
if (stuff->eventMask & ~SelectionAllEvents)