Skip to content

wayland/subsurface: Move placement ops to parent state

Robert Mader requested to merge rmader/mutter:issue1691 into master

Unlike other subsurface state, placement operations need to get applied in order. As per spec:

Requests are handled in order and applied immediately to a pending
state. The final pending state is copied to the active state the
next time the state of the parent surface is applied.

Closes #1691 (closed)

Edited by Robert Mader

Merge request reports