diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-06-03 15:46:47 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-09-17 06:22:09 +1000 |
commit | 4dcbad7e10289317edc22113c1f451d79df221e1 (patch) | |
tree | f9430365bf03f38ad2082e99391658aaff2054dd /man/XIGrabButton.txt | |
parent | 14f674296bc23b3cd50f6d302c3064250132c2c1 (diff) |
man: update property and grab man pages for new constants
Suggest the use of the new XIGrabModeAsync, etc. defines instead of the core
defines. Add a BUGS section to each man page explaining
backwards-compatibility.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'man/XIGrabButton.txt')
-rw-r--r-- | man/XIGrabButton.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/man/XIGrabButton.txt b/man/XIGrabButton.txt index 4e9bcb9..ec79069 100644 --- a/man/XIGrabButton.txt +++ b/man/XIGrabButton.txt @@ -90,12 +90,12 @@ SYNOPSIS grab_mode Specifies further processing of events from this device. - You can pass GrabModeSync or GrabModeAsync. + You can pass XIGrabModeSync or XIGrabModeAsync. paired_device_mode Specifies further processing of events from the paired - master device. You can pass GrabModeSync or - GrabModeAsync. If deviceid specifies a floating slave + master device. You can pass XIGrabModeSync or + XIGrabModeAsync. If deviceid specifies a floating slave device, this parameter is ignored. DESCRIPTION @@ -200,6 +200,13 @@ DIAGNOSTICS A value for a Window argument does not name a defined Window. +BUGS +---- + + The protocol headers for XI 2.0 did not provide + XIGrabModeAsync or XIGrabModeSync. Use GrabModeSync and + GrabModeAsync instead, respectively. + SEE ALSO -------- |