Skip to content

core/renderloop: honor repaint scheduling requests from effects with vrr

Xaver Hugl requested to merge work/zamundaaa/effect-scheduling into master

Until effects are converted to schedule repaints on the item they're modifying, we need to allow repaint scheduling from nullptr items, and handle repaints on the (cursor) render layers to still be filtered out

BUG: 487480

Merge request reports