cursor: Handle missing cursor theme

Temporary fix for #246

This should be reverted once wlroots MR !3651 is merged.
This commit is contained in:
Consolatis 2022-09-10 23:53:35 +02:00
parent ccf9e5079a
commit d0d1bd4cd2
2 changed files with 52 additions and 1 deletions

View file

@ -79,6 +79,7 @@ struct seat {
struct server *server;
struct wlr_keyboard_group *keyboard_group;
bool cursor_requires_fallback;
struct wlr_cursor *cursor;
struct wlr_xcursor_manager *xcursor_manager;