diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-04-28 21:01:36 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-01 09:07:39 +1000 |
commit | 43dbbc30327f826068bc7cd2cdaf870ed61b4522 (patch) | |
tree | dea380e9f55c8fa155f5d323b5838c276e7bbdb7 /Xi/xigrabdev.c | |
parent | 6a618929a0c06ba0d6dac13d7e644cd9658d98ed (diff) |
Xi: fix typo in ProcXIGrabDevice
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Xi/xigrabdev.c')
-rw-r--r-- | Xi/xigrabdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/xigrabdev.c b/Xi/xigrabdev.c index 11c7679b9..de13256b0 100644 --- a/Xi/xigrabdev.c +++ b/Xi/xigrabdev.c @@ -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) |