diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-20 08:22:52 +1000 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2011-12-20 14:10:29 -0800 |
commit | ee0bc61ee3fd775127f8cd222d83314f66255f2b (patch) | |
tree | 6c5dba928b088561489d51c15c9c22d3c4b3f40e /XI2proto.h | |
parent | b701750ee99e1e227ad8baa994b6fd3398949a3a (diff) |
Drop wrong comment for sourceid in TouchOwnershipEvents
Copy/paste error from DeviceChangedEvent
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'XI2proto.h')
-rw-r--r-- | XI2proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -901,7 +901,7 @@ typedef struct Window event; Window child; /* └──────── 32 byte boundary ────────┘ */ - uint16_t sourceid; /**< Source of the new classes */ + uint16_t sourceid; uint16_t pad0; uint32_t flags; uint32_t pad1; |