From a514d16c4535890e5aa2b5835d9a571155830251 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 17 Jun 2009 09:00:10 +1000 Subject: Axis and button labels should be called labels, not names. Signed-off-by: Peter Hutterer --- include/X11/extensions/XInput2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/X11/extensions/XInput2.h') 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; -- cgit v1.2.3