[PATCH xf86-input-libinput] Correct the horizontal scroll property name
Peter Hutterer
peter.hutterer at who-t.net
Tue Sep 13 04:54:26 UTC 2016
Clear typo. Not bothering to be backwards compatible here, anything that uses
the #define will update on rebuild, anyone using the string directly should've
told me about the typo...
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
Just sending this to the list as a sort-of heads-up.
include/libinput-properties.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/libinput-properties.h b/include/libinput-properties.h
index e405453..8c6942d 100644
--- a/include/libinput-properties.h
+++ b/include/libinput-properties.h
@@ -147,7 +147,7 @@
/* Horizontal scroll events enabled: BOOL, 1 value (0 or 1).
* If disabled, horizontal scroll events are discarded */
-#define LIBINPUT_PROP_HORIZ_SCROLL_ENABLED "libinput Horizonal Scroll Enabled"
+#define LIBINPUT_PROP_HORIZ_SCROLL_ENABLED "libinput Horizontal Scroll Enabled"
/* Number of modes each pad mode group has available: CARD8, one for each
* pad mode group, read-only.
--
2.7.4
More information about the xorg-devel
mailing list