diff options
Diffstat (limited to 'include/X11/extensions')
-rw-r--r-- | include/X11/extensions/XInput2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/X11/extensions/XInput2.h b/include/X11/extensions/XInput2.h index 7425b44..6b40a6c 100644 --- a/include/X11/extensions/XInput2.h +++ b/include/X11/extensions/XInput2.h @@ -43,7 +43,7 @@ typedef struct { typedef struct { int type; - int device; + int deviceid; int returnMode; /* AttachToMaster, Floating */ int returnPointer; int returnKeyboard; @@ -51,13 +51,13 @@ typedef struct { typedef struct { int type; - int device; + int deviceid; int newMaster; } XIAttachSlaveInfo; typedef struct { int type; - int device; + int deviceid; } XIDetachSlaveInfo; typedef union { |