mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
wayland: read XCURSOR_{THEME,SIZE} in reload_xcursor theme
This commit is contained in:
parent
71584aed38
commit
bf62519d83
3 changed files with 16 additions and 34 deletions
3
render.c
3
render.c
|
|
@ -1956,8 +1956,7 @@ render_xcursor_update(struct seat *seat)
|
|||
seat->pointer.theme, seat->pointer.xcursor);
|
||||
|
||||
if (seat->pointer.cursor == NULL) {
|
||||
LOG_ERR("%s: failed to load xcursor pointer '%s'",
|
||||
seat->pointer.theme_name, seat->pointer.xcursor);
|
||||
LOG_ERR("failed to load xcursor pointer '%s'", seat->pointer.xcursor);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue