Skip to content

Fix software cursor stucking on old monitor

Vlad Zahorodnii requested to merge work/zzag/sw-cursor-visibility into master

When the software cursor leaves an output, its RenderLayer is marked as invisible and the area corresponding to the layer is scheduled to be repainted in the output layer. However, the composite function only checks whether the root RenderLayer needs a repaint, not the output layer too.

BUG: 479668

Merge request reports