diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-06-03 15:02:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-06-07 13:29:01 +1000 |
commit | 63027b24113b349720f1612a4426933c1364ea28 (patch) | |
tree | 65ec9270eee071f51cd6d9ae69c17917d79c62ad | |
parent | 9affea8cfd3f583647e9c6ea2b5debb97e6904c5 (diff) |
man: Fix wrong event names in XIGrabButton.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 597a6a51721d30c4354d1133bb6da6bd2e12446e)
-rw-r--r-- | man/XIGrabButton.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XIGrabButton.txt b/man/XIGrabButton.txt index fb806af..4e9bcb9 100644 --- a/man/XIGrabButton.txt +++ b/man/XIGrabButton.txt @@ -107,7 +107,7 @@ DESCRIPTION device is the device specified with deviceid. In the future, the device is actively grabbed (as for XIGrabDevice, the last-grab time is set to the time at which the button or keycode - was pressed and the X_XIButtonPress or X_XIKeyPress event is + was pressed and the XI_ButtonPress or XI_KeyPress event is reported if all of the following conditions are true: * The device is not grabbed, and the specified button or keycode is logically pressed when the specified modifier |