From c3c64978c4a231a3a8c18211d0716df875c75efa Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 6 May 2009 15:05:06 +1000 Subject: Xi: fix a couple of wrong dixLookupDevice permission tags. Signed-off-by: Peter Hutterer --- Xi/xigrabdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xi/xigrabdev.c') diff --git a/Xi/xigrabdev.c b/Xi/xigrabdev.c index de13256b0..20f4e5167 100644 --- a/Xi/xigrabdev.c +++ b/Xi/xigrabdev.c @@ -70,7 +70,7 @@ ProcXIGrabDevice(ClientPtr client) REQUEST(xXIGrabDeviceReq); REQUEST_AT_LEAST_SIZE(xXIGrabDeviceReq); - ret = dixLookupDevice(&dev, stuff->deviceid, client, DixSetFocusAccess); + ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); if (ret != Success) return ret; -- cgit v1.2.3