mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-18 22:05:48 -05:00
rootston: add support for wlr_input_timestamps_v1
This commit is contained in:
parent
ab3a760874
commit
dcb38e7f1c
7 changed files with 49 additions and 25 deletions
|
|
@ -141,6 +141,7 @@ void input_update_cursor_focus(struct roots_input *input) {
|
|||
|
||||
struct roots_seat *seat;
|
||||
wl_list_for_each(seat, &input->seats, link) {
|
||||
roots_cursor_update_position(seat->cursor, timespec_to_msec(&now));
|
||||
roots_cursor_update_position(seat->cursor, timespec_to_msec(&now),
|
||||
now.tv_nsec);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue