bar/wayland: update cursor on pointer enter event

This commit is contained in:
Daniel Eklöf 2020-07-10 18:38:00 +02:00
parent c03564513d
commit 84ba1c231a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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