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
1 changed files with 8 additions and 8 deletions

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);
}
}