|
|
@ -391,8 +391,8 @@ 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'",
|
|
|
|
wlr_log(WLR_DEBUG, "Falling back to software cursor on output '%s'", output->name);
|
|
|
|
cursor->output->name);
|
|
|
|
output_disable_hardware_cursor(output);
|
|
|
|
output_cursor_damage_whole(cursor);
|
|
|
|
output_cursor_damage_whole(cursor);
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|