mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-17 00:35:38 +02:00
bar/wayland: update cursor on pointer enter event
This commit is contained in:
parent
c03564513d
commit
84ba1c231a
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ wl_pointer_enter(void *data, struct wl_pointer *wl_pointer,
|
||||||
|
|
||||||
backend->active_seat = seat;
|
backend->active_seat = seat;
|
||||||
reload_cursor_theme(seat, backend->monitor->scale);
|
reload_cursor_theme(seat, backend->monitor->scale);
|
||||||
|
update_cursor_surface(backend, seat);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue