mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-06 11:30:27 +01:00
tablet: explicitly set the tip state on the proximity event
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6098655cfa
commit
9114054fa2
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue