From 43dbbc30327f826068bc7cd2cdaf870ed61b4522 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 28 Apr 2009 21:01:36 +1000 Subject: [PATCH] Xi: fix typo in ProcXIGrabDevice Signed-off-by: Peter Hutterer --- Xi/xigrabdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)