input: notify idle manager when emulating cursor move

Looks like we forgot that one earlier.
This commit is contained in:
Jens Peters 2024-04-12 23:21:39 +02:00 committed by Consolatis
parent d672765ea7
commit 42c09eeef8

View file

@ -1091,6 +1091,8 @@ void
cursor_emulate_move_absolute(struct seat *seat, struct wlr_input_device *device,
double x, double y, uint32_t time_msec)
{
idle_manager_notify_activity(seat->seat);
double lx, ly;
wlr_cursor_absolute_to_layout_coords(seat->cursor,
device, x, y, &lx, &ly);