summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-12 16:34:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-06-12 16:34:19 +1000
commit4ec5f70a813ba08bfcea7b2ff90f7647a94a95d7 (patch)
tree01b4b67507b20230acc254bf960bd8555b41d706 /include
parente018af45b7d0db784272fc9fc548bce382799144 (diff)
Fix a few wrong 'evtype' comments.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r--include/X11/extensions/XInput2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/X11/extensions/XInput2.h b/include/X11/extensions/XInput2.h
index 68b874c..7fd81c5 100644
--- a/include/X11/extensions/XInput2.h
+++ b/include/X11/extensions/XInput2.h
@@ -160,7 +160,7 @@ typedef struct {
Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* Display the event was read from */
int extension; /* XI extension offset */
- int evtype; /* XI_DeviceHierarchyChangedNotify */
+ int evtype; /* XI_HierarchyChanged */
Time time;
int flags;
int num_info;
@@ -177,7 +177,7 @@ typedef struct {
Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* Display the event was read from */
int extension; /* XI extension offset */
- int evtype; /* XI_DeviceHierarchyChangedNotify */
+ int evtype; /* XI_DeviceChanged */
Time time;
int deviceid; /* id of the device that changed */
int sourceid; /* Source for the new classes. */
@@ -236,7 +236,7 @@ typedef struct {
Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* Display the event was read from */
int extension; /* XI extension offset */
- int evtype;
+ int evtype; /* XI_RawEvent */
Time time;
int detail;
int deviceid;
@@ -281,7 +281,7 @@ typedef struct {
Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* Display the event was read from */
int extension; /* XI extension offset */
- int evtype;
+ int evtype; /* XI_PropertyEvent */
Time time;
Atom property;
int what;