mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
Use L_FLOATING instead of reapable boolean
This commit is contained in:
parent
1f2e399ade
commit
34f35f0bad
5 changed files with 14 additions and 7 deletions
|
|
@ -22,6 +22,8 @@ static const char *ipc_json_layout_description(enum sway_container_layout l) {
|
|||
return "tabbed";
|
||||
case L_STACKED:
|
||||
return "stacked";
|
||||
case L_FLOATING:
|
||||
return "floating";
|
||||
case L_NONE:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue