forked from external/yambar
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;
|
||||
reload_cursor_theme(seat, backend->monitor->scale);
|
||||
update_cursor_surface(backend, seat);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue