Xi: fix typo in ProcXIGrabDevice

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-04-28 21:01:36 +10:00
parent 6a618929a0
commit 43dbbc3032

View File

@ -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)