diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-28 11:12:26 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-28 11:13:47 +1000 |
commit | b877309713930f92f04e2485bc40e1b6730d7e77 (patch) | |
tree | 511e0027535a20311eaff336c9dbfb1f99d992a3 /XI2proto.txt | |
parent | d0b1e55b876a29a7c820ec12d7b9cb5e081e1944 (diff) |
XI2proto.txt: passive grabs can take XIAll{Master}Devices.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'XI2proto.txt')
-rw-r--r-- | XI2proto.txt | 5 |
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. |