Reload cursor theme and size on reconfigure

Fixes: #1587
This commit is contained in:
Simon Long 2024-03-12 19:53:41 +00:00 committed by GitHub
parent 9e0846ea14
commit 1e1e90d0bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 1 deletions

View file

@ -119,6 +119,7 @@ void cursor_update_focus(struct server *server);
void cursor_update_image(struct seat *seat);
void cursor_init(struct seat *seat);
void cursor_load(struct seat *seat);
void cursor_emulate_move_absolute(struct seat *seat,
struct wlr_input_device *device,
double x, double y, uint32_t time_msec);