mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
output: disable hardware cursor when falling back to software
This commit is contained in:
parent
f534434be6
commit
510664e79b
@ -391,8 +391,8 @@ bool output_cursor_set_texture(struct wlr_output_cursor *cursor,
|
||||
return true;
|
||||
}
|
||||
|
||||
wlr_log(WLR_DEBUG, "Falling back to software cursor on output '%s'",
|
||||
cursor->output->name);
|
||||
wlr_log(WLR_DEBUG, "Falling back to software cursor on output '%s'", output->name);
|
||||
output_disable_hardware_cursor(output);
|
||||
output_cursor_damage_whole(cursor);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user