diff options
Diffstat (limited to 'include/X11/extensions/XInput2.h')
-rw-r--r-- | include/X11/extensions/XInput2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/X11/extensions/XInput2.h b/include/X11/extensions/XInput2.h index f5a318c..00ecf40 100644 --- a/include/X11/extensions/XInput2.h +++ b/include/X11/extensions/XInput2.h @@ -286,6 +286,7 @@ typedef struct { int extension; /* XI extension offset */ int evtype; /* XI_PropertyEvent */ Time time; + int deviceid; /* id of the device that changed */ Atom property; int what; } XIPropertyEvent; |