diff options
-rw-r--r-- | man/XGrabDeviceButton.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/man/XGrabDeviceButton.txt b/man/XGrabDeviceButton.txt index ab64782..6b43674 100644 --- a/man/XGrabDeviceButton.txt +++ b/man/XGrabDeviceButton.txt @@ -124,14 +124,15 @@ DESCRIPTION combination. XGrabDeviceButton has no effect on an active grab. XGrabDeviceButton can generate BadClass, BadDevice, BadMatch, - BadValue, and BadWindow errors..P The XUngrabDeviceButton - request releases the passive grab for a button/modifier - combination on the specified window if it was grabbed by this - client. A modifier of AnyModifier is equivalent to issuing the - ungrab request for all possible modifier combinations, - including the combination of no modifiers. A button of - AnyButton is equivalent to issuing the request for all possible - buttons. XUngrabDeviceButton has no effect on an active grab. + BadValue, and BadWindow errors. + + The XUngrabDeviceButton request releases the passive grab for a + button/modifier combination on the specified window if it was + grabbed by this client. A modifier of AnyModifier is equivalent to + issuing the ungrab request for all possible modifier combinations, + including the combination of no modifiers. A button of AnyButton is + equivalent to issuing the request for all possible buttons. + XUngrabDeviceButton has no effect on an active grab. A modifier_device of NULL indicates that the X keyboard should be used as the modifier_device. |