summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-07-28 11:12:26 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-28 11:13:47 +1000
commitb877309713930f92f04e2485bc40e1b6730d7e77 (patch)
tree511e0027535a20311eaff336c9dbfb1f99d992a3
parentd0b1e55b876a29a7c820ec12d7b9cb5e081e1944 (diff)
XI2proto.txt: passive grabs can take XIAll{Master}Devices.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--XI2proto.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/XI2proto.txt b/XI2proto.txt
index 90690a3..6349e19 100644
--- a/XI2proto.txt
+++ b/XI2proto.txt
@@ -951,7 +951,7 @@ are required to be 0.
┌───
XIPassiveGrabDevice
- deviceid: DEVICEID
+ deviceid: DEVICE
detail: CARD32
grab_type: GRABTYPE
grab_window: Window
@@ -981,7 +981,8 @@ are required to be 0.
The cursor to display for the duration of the grab. If grab_type
is not GrabtypeButton, this argument is ignored.
deviceid
- The device to establish the passive grab on.
+ The device to establish the passive grab on or AllDevices or
+ AllMasterDevices.
detail
The button number, or key symbol to grab for.
Must be 0 for GrabtypeEnter and GrabtypeFocusIn.