Skip to content

output: disable hardware cursor when falling back to software

Kirill Primak requested to merge vyivel/wlroots:disable-hardware-cursor into master

Fixes the following issue:

A video showcasing a cursor image/hotspot update bug when falling back to software cursor

Note that this keeps the hardware cursor disabled until the next output_cursor_set_texture() call.

Merge request reports