mirror of
https://github.com/NickHu/sway
synced 2025-01-01 06:20:19 +01:00
a047b5ee4a
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. |
||
---|---|---|
.. | ||
arrange.h | ||
container.h | ||
node.h | ||
root.h | ||
view.h | ||
workspace.h |