summaryrefslogtreecommitdiff
path: root/src/libinput.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-11-16 15:47:15 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-11-18 12:13:54 +1000
commit759ef0446596776ae5c716e6e335c7067953ce9b (patch)
tree56b52cb549b666b6a1da1cad26688cd092eff668 /src/libinput.h
parent7123c37f1c50eb450913902885f46e238a7befd1 (diff)
tablet: rename TOOL_TIP to TABLET_TOOL_TIP
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'src/libinput.h')
-rw-r--r--src/libinput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libinput.h b/src/libinput.h
index a13700f6..ff1eaa62 100644
--- a/src/libinput.h
+++ b/src/libinput.h
@@ -226,8 +226,8 @@ enum libinput_tablet_tool_proximity_state {
* touching the surface of the tablet device.
*/
enum libinput_tablet_tool_tip_state {
- LIBINPUT_TOOL_TIP_UP = 0,
- LIBINPUT_TOOL_TIP_DOWN = 1,
+ LIBINPUT_TABLET_TOOL_TIP_UP = 0,
+ LIBINPUT_TABLET_TOOL_TIP_DOWN = 1,
};
/**