sway/sway/tree
Kenny Levinsen 54ca852425 container: Move pending state to state struct
Pending state is currently inlined directly in the container struct,
while the current state is in a state struct. A side-effect of this is
that it is not immediately obvious that pending double-buffered state is
accessed, nor is it obvious what state is double-buffered.

Instead, use the state struct for both current and pending.
2021-02-16 11:59:05 +01:00
..
arrange.c container: Move pending state to state struct 2021-02-16 11:59:05 +01:00
container.c container: Move pending state to state struct 2021-02-16 11:59:05 +01:00
node.c container: Move pending state to state struct 2021-02-16 11:59:05 +01:00
output.c container: Move pending state to state struct 2021-02-16 11:59:05 +01:00
root.c container: Move pending state to state struct 2021-02-16 11:59:05 +01:00
view.c container: Move pending state to state struct 2021-02-16 11:59:05 +01:00
workspace.c container: Move pending state to state struct 2021-02-16 11:59:05 +01:00