summaryrefslogtreecommitdiff
path: root/include/X11
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11')
-rw-r--r--include/X11/extensions/XInput2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/extensions/XInput2.h b/include/X11/extensions/XInput2.h
index da80fa3..68b874c 100644
--- a/include/X11/extensions/XInput2.h
+++ b/include/X11/extensions/XInput2.h
@@ -78,11 +78,13 @@ typedef struct
typedef struct
{
int type;
+ int sourceid;
} XIAnyClassInfo;
typedef struct
{
int type;
+ int sourceid;
int num_buttons;
Atom *buttons;
} XIButtonClassInfo;
@@ -90,6 +92,7 @@ typedef struct
typedef struct
{
int type;
+ int sourceid;
int num_keycodes;
int *keycodes;
} XIKeyClassInfo;
@@ -97,6 +100,7 @@ typedef struct
typedef struct
{
int type;
+ int sourceid;
int number;
Atom name;
double min;