Skip to content

[3.32] wayland/actor-surface: Queue redraw for frame callback

A frame callback without damage is still expected to be responded to. Implement this by simply queuing damage if there are any frame callbacks requested and there is no damage yet. If there already is damage, we'll be queued already, but with more correct damage. Without we simply need to make sure we flush the callbacks if any area of surface is not occluded.

Fixes: #457 (closed)

!839 (merged)

(cherry picked from commit d49d10b1)


This is one for red hat folks (@jadahl, @carlosg) - Firefox on Wayland nowadays requires the fix for this and RHEL 8.3 did get it yet.

See also:

Edited by Robert Mader

Merge request reports