mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
s/L_INFO/L_DEBUG/ @ software cursor fallback
This commit is contained in:
parent
25acc37d67
commit
95fddf2fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ bool wlr_output_cursor_set_image(struct wlr_output_cursor *cursor,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_log(L_INFO, "Falling back to software cursor");
|
wlr_log(L_DEBUG, "Falling back to software cursor");
|
||||||
cursor->output->needs_swap = true;
|
cursor->output->needs_swap = true;
|
||||||
|
|
||||||
cursor->enabled = pixels != NULL;
|
cursor->enabled = pixels != NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue