mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
output/cursor: Do not log on software cursor fallback
This commit is contained in:
parent
a85eb14f1c
commit
28f851d1f8
1 changed files with 0 additions and 1 deletions
|
|
@ -428,7 +428,6 @@ bool output_cursor_set_texture(struct wlr_output_cursor *cursor,
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_log(WLR_DEBUG, "Falling back to software cursor on output '%s'", output->name);
|
|
||||||
output_disable_hardware_cursor(output);
|
output_disable_hardware_cursor(output);
|
||||||
output_cursor_damage_whole(cursor);
|
output_cursor_damage_whole(cursor);
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue