diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2011-03-10 11:53:57 -0500 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2011-03-10 15:43:47 -0500 |
commit | a02566ca7fd37d279b957037e1251a3b3419866d (patch) | |
tree | 9e465f30176739c3d56d2c68eb0e89adda7b06ef /XI2proto.h | |
parent | db7c0eccc74e95f247d78541e4c4a28cfa87b5b4 (diff) |
Many more updates to the XI 2.1 protocol
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'XI2proto.h')
-rw-r--r-- | XI2proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -944,6 +944,7 @@ typedef struct uint32_t flags; /**< ::XIKeyRepeat */ xXIModifierInfo mods; xXIGroupInfo group; + uint32_t active_touches; /**< Number of touches on source device (XI 2.1 only) */ } xXIDeviceEvent; |