wayland: read XCURSOR_{THEME,SIZE} in reload_xcursor theme

This commit is contained in:
Daniel Eklöf 2020-07-10 12:06:55 +02:00
parent 71584aed38
commit bf62519d83
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 16 additions and 34 deletions

View file

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