diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-28 10:53:08 +1000 | 
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-28 10:53:34 +1000 | 
| commit | d0b1e55b876a29a7c820ec12d7b9cb5e081e1944 (patch) | |
| tree | cf2fd778329737d1e0dbec9ee7a8d825535d43ee | |
| parent | 9f5d450fda41f936a8e12863aec544d69b30132f (diff) | |
XI2proto.txt: grabbing a slave does not detach it anymore.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
| -rw-r--r-- | XI2proto.txt | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/XI2proto.txt b/XI2proto.txt index ab075f7..90690a3 100644 --- a/XI2proto.txt +++ b/XI2proto.txt @@ -1028,11 +1028,7 @@ are required to be 0.          master keyboard are used. If deviceid specifies a slave pointer          the modifiers of the master keyboard paired with the attached master          pointers are used. If deviceid specifies a slave keyboard, the -        modifiers of the attached master keyboard are used. Note that -        activating a grab on a slave device detaches the device from its -        master. In this case, the modifiers after activation of the grab are -        from the slave device only and may be different to the modifier state -        when the grab was triggered. +        modifiers of the attached master keyboard are used.          In the future, if grab_type is GrabtypeButton or GrabtypeKeyboard, the          device is actively grabbed if: | 
