mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-17 19:42:21 +00:00
xace: Correct some access modes.
This commit is contained in:
parent
53f346b158
commit
1005b29cc6
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue