From 9114054fa29084d69784c09e2f811325e0520a14 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 21 Dec 2015 15:24:03 +1000 Subject: [PATCH] tablet: explicitly set the tip state on the proximity event Signed-off-by: Peter Hutterer --- src/libinput.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libinput.c b/src/libinput.c index b3fca6c9..3a10df43 100644 --- a/src/libinput.c +++ b/src/libinput.c @@ -2203,6 +2203,7 @@ tablet_notify_proximity(struct libinput_device *device, *proximity_event = (struct libinput_event_tablet_tool) { .time = time, .tool = tool, + .tip_state = LIBINPUT_TABLET_TOOL_TIP_UP, .proximity_state = proximity_state, }; memcpy(proximity_event->axes,