Skip to content

window/wayland: Freeze updates until shown

Something I came across when debugging #300 (closed).

    window/wayland: Freeze updates until shown
    
    Not until the window is shown do we know what monitor it's on, thus the
    size, so freeze updates (shape etc) until the window is shown.

Merge request reports