mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
input: notify idle manager when emulating cursor move
Looks like we forgot that one earlier.
This commit is contained in:
parent
d672765ea7
commit
42c09eeef8
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue