summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-12-20 08:22:52 +1000
committerChase Douglas <chase.douglas@canonical.com>2011-12-20 14:10:29 -0800
commitee0bc61ee3fd775127f8cd222d83314f66255f2b (patch)
tree6c5dba928b088561489d51c15c9c22d3c4b3f40e
parentb701750ee99e1e227ad8baa994b6fd3398949a3a (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>
-rw-r--r--XI2proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XI2proto.h b/XI2proto.h
index 56df401..93d7e32 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -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;