mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 03:18:06 +02:00
Xi: Change window access right check to RecieveAccess in XiSelectEvent.
This commit is contained in:
parent
94a6a65ae7
commit
91dc8c43d2
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ ProcXiSelectEvent(ClientPtr client)
|
|||
REQUEST(xXiSelectEventReq);
|
||||
REQUEST_SIZE_MATCH(xXiSelectEventReq);
|
||||
|
||||
rc = dixLookupWindow(&pWin, stuff->window, client, DixWriteAccess);
|
||||
rc = dixLookupWindow(&pWin, stuff->window, client, DixReceiveAccess);
|
||||
if (rc != Success)
|
||||
return rc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue