mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 05:30:14 +01:00
Xi: fix typo in ProcXIGrabDevice
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6a618929a0
commit
43dbbc3032
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ ProcXIGrabDevice(ClientPtr client)
|
|||
GrabMask mask;
|
||||
|
||||
REQUEST(xXIGrabDeviceReq);
|
||||
REQUEST_AT_LEAST_SIZE(xXIGetDeviceFocusReq);
|
||||
REQUEST_AT_LEAST_SIZE(xXIGrabDeviceReq);
|
||||
|
||||
ret = dixLookupDevice(&dev, stuff->deviceid, client, DixSetFocusAccess);
|
||||
if (ret != Success)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue