Xi: fix typo in ProcXIGrabDevice
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6a618929a0
commit
43dbbc3032
|
@ -68,7 +68,7 @@ ProcXIGrabDevice(ClientPtr client)
|
||||||
GrabMask mask;
|
GrabMask mask;
|
||||||
|
|
||||||
REQUEST(xXIGrabDeviceReq);
|
REQUEST(xXIGrabDeviceReq);
|
||||||
REQUEST_AT_LEAST_SIZE(xXIGetDeviceFocusReq);
|
REQUEST_AT_LEAST_SIZE(xXIGrabDeviceReq);
|
||||||
|
|
||||||
ret = dixLookupDevice(&dev, stuff->deviceid, client, DixSetFocusAccess);
|
ret = dixLookupDevice(&dev, stuff->deviceid, client, DixSetFocusAccess);
|
||||||
if (ret != Success)
|
if (ret != Success)
|
||||||
|
|
Loading…
Reference in New Issue