opt: update cursor and idle state on tablet motion

This commit is contained in:
werapi 2025-12-02 17:06:00 +01:00 committed by Sqooky
parent abdfc56a2f
commit a936af71d0
No known key found for this signature in database
GPG key ID: 6D5262FD73505E49

View file

@ -157,6 +157,9 @@ void tablettoolmotion(struct wlr_tablet_v2_tablet_tool *tool, bool change_x,
if (surface)
wlr_tablet_v2_tablet_tool_notify_motion(tablet_tool, sx, sy);
wlr_idle_notifier_v1_notify_activity(idle_notifier, seat);
handlecursoractivity();
}
void tablettoolproximity(struct wl_listener *listener, void *data) {