From 27b11f5c19d67e2f6784d86cb7df86bbab3b58bb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 15 Feb 2013 11:19:10 +1000 Subject: [PATCH] Xi: fix comment - XI2 grabs aren't keysym grabs Comment dates back to a pre-release version of XI2 that supported keysym grabs. That never made it into a release, it was ditched before. Signed-off-by: Peter Hutterer Reviewed-by: Keith Packard --- Xi/exevents.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Xi/exevents.c b/Xi/exevents.c index 576f0fe42..7eb71ee83 100644 --- a/Xi/exevents.c +++ b/Xi/exevents.c @@ -2222,8 +2222,7 @@ GrabButton(ClientPtr client, DeviceIntPtr dev, DeviceIntPtr modifier_device, } /** - * Grab the given key. If grabtype is XI, the key is a keycode. If - * grabtype is XI2, the key is a keysym. + * Grab the given key. */ int GrabKey(ClientPtr client, DeviceIntPtr dev, DeviceIntPtr modifier_device,