mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
commands: fix layout implementation (also better name for previous split layout)
This commit is contained in:
parent
3a980857cb
commit
356063b6c0
4 changed files with 30 additions and 21 deletions
|
|
@ -113,7 +113,7 @@ struct sway_container {
|
|||
|
||||
enum sway_container_type type;
|
||||
enum sway_container_layout layout;
|
||||
enum sway_container_layout prev_layout;
|
||||
enum sway_container_layout prev_split_layout;
|
||||
|
||||
bool is_sticky;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue