mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -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
|
|
@ -754,6 +754,8 @@ static void render_container(struct sway_output *output,
|
|||
case L_TABBED:
|
||||
render_container_tabbed(output, damage, con, parent_focused);
|
||||
break;
|
||||
case L_FLOATING:
|
||||
sway_assert(false, "Didn't expect to see floating here");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue