summaryrefslogtreecommitdiff
path: root/tools/event-gui.c
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 /tools/event-gui.c
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 'tools/event-gui.c')
-rw-r--r--tools/event-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/event-gui.c b/tools/event-gui.c
index f4f22db..4199373 100644
--- a/tools/event-gui.c
+++ b/tools/event-gui.c
@@ -637,7 +637,7 @@ handle_event_tablet(struct libinput_event *ev, struct window *w)
x = libinput_event_tablet_get_x_transformed(t, w->width);
y = libinput_event_tablet_get_y_transformed(t, w->height);
if (libinput_event_tablet_get_tip_state(t) ==
- LIBINPUT_TOOL_TIP_DOWN) {
+ LIBINPUT_TABLET_TOOL_TIP_DOWN) {
w->tool.x_down = x;
w->tool.y_down = y;
} else {