Skip to content

wayland shadows: Only trigger updates on visible windows

David Edmundson requested to merge work/d_ed/shadow_fix into master

We call requestUpdate so that the pending shadow changes will eventaully get a wl_surface.commit.

This only makes sense for visible windows. Cleanup of shadows can happen after a window is hidden.

Merge request reports