Skip to content

wayland: Implement minimization

Matthias Clasen requested to merge wayland-minimize into master

Use the set_minimized method of the xdg_toplevel interface to implement minimization as well as possible. It is not possible, since there is no corresponding state that we could use to update our surface state, but in practice, it works well enough.

Fixes: #2688 (closed)

Merge request reports