mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
cursor: Handle missing cursor theme
Temporary fix for #246 This should be reverted once wlroots MR !3651 is merged.
This commit is contained in:
parent
9b02021207
commit
baf555edd0
2 changed files with 52 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue