summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-17 09:00:10 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-06-17 09:00:32 +1000
commita514d16c4535890e5aa2b5835d9a571155830251 (patch)
tree8d593ebd379c03c1e040eed0fcb2559d58aaa177 /include
parent099e6f77482e971103570cfd38092c3839f94927 (diff)
Axis and button labels should be called labels, not names.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r--include/X11/extensions/XInput2.h4
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;