diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-10-21 08:49:31 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-16 07:34:31 +1000 |
commit | d21fdd9653b0e38e54692735b5a040a7acf22164 (patch) | |
tree | 717a4934372f942fec3dfae9f6352d3827b3871c | |
parent | cb2028ed23d3f23829241de166a14c4ef9494bd5 (diff) |
man: XIGrabButton returns error codes, not status codes
Reword slightly that the returned value is the error code for this
particular grab.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 5189df57e18c79327848fb117a8ede59868c8fdb)
-rw-r--r-- | man/XIGrabButton.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XIGrabButton.txt b/man/XIGrabButton.txt index b16d018..18c7ffc 100644 --- a/man/XIGrabButton.txt +++ b/man/XIGrabButton.txt @@ -75,7 +75,7 @@ SYNOPSIS modifiers_inout Specifies the set of latched and base modifiers or XIAnyModifier to grab. Returns the modifiers that could - not be grabbed and their status code. + not be grabbed and their error code. grab_window Specifies the grab window. @@ -160,7 +160,7 @@ DESCRIPTION If one or more modifier combinations could not be grabbed, XIGrabButton and XIGrabKeycode return the number of failed combinations and modifiers_inout contains the failed combinations - and their respective status codes. + and their respective error codes. XIGrabButton and XIGrabKeycode can generate BadClass, BadDevice, BadMatch, BadValue, and BadWindow errors. |