diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-08 14:01:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-08 14:01:35 +1000 |
commit | f0a352412920d9989323c7d33ca75c3646ee3f35 (patch) | |
tree | d72cebe795a1af2791daaabda544f0d0422757d3 /man/XIGrabEnter.txt | |
parent | 11b1e8ea7bc160cf9a42231742eedb0e7fefa222 (diff) |
man: describe return value for XI2 passive grabbing calls.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man/XIGrabEnter.txt')
-rw-r--r-- | man/XIGrabEnter.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/XIGrabEnter.txt b/man/XIGrabEnter.txt index 005a72b..fff3773 100644 --- a/man/XIGrabEnter.txt +++ b/man/XIGrabEnter.txt @@ -133,6 +133,12 @@ DESCRIPTION is a conflicting grab for any combination. XIGrabEnter and XIGrabFocusin have no effect on an active grab. + On success, XIGrabEnter and XIGrabFocusIn return 0; + If one or more modifier combinations could not be grabbed, + XIGrabEnter and XIGrabFocusIn return the number of failed + combinations and modifiers_inout contains the failed combinations + and their respective status codes. + XIGrabEnter and XIGrabFocusIn can generate BadDevice, BadMatch, BadValue, and BadWindow errors. |