1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-12 02:39:49 +01:00

backend/wayland: emit tablet tool axis events to the axis handler

This commit is contained in:
Tudor Brindus 2020-05-04 15:38:49 -04:00 committed by Simon Ser
parent 16af1972d6
commit 6357e166f9

View file

@ -732,7 +732,7 @@ static void handle_tablet_tool_frame(void *data,
}
if (evt.updated_axes) {
wlr_signal_emit_safe(&tablet->events.proximity, &evt);
wlr_signal_emit_safe(&tablet->events.axis, &evt);
}
}