Skip to content

Implement window hiding in the WaylandClient class

Vlad Zahorodnii requested to merge work/layer-shell-individual-patches into master

This change upstreams window hiding functionality from the XdgSurfaceClient class to the WaylandClient class in order to reduce the amount of duplicated code in new wayland client sub-classes.

Merge request reports