diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/extensions/XInput2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/extensions/XInput2.h b/include/X11/extensions/XInput2.h index c0f8d61..11dd61d 100644 --- a/include/X11/extensions/XInput2.h +++ b/include/X11/extensions/XInput2.h @@ -107,7 +107,7 @@ typedef struct int type; int sourceid; int num_buttons; - Atom *names; + Atom *labels; XIButtonState state; } XIButtonClassInfo; @@ -124,7 +124,7 @@ typedef struct int type; int sourceid; int number; - Atom name; + Atom label; double min; double max; double value; |