mirror of
https://github.com/swaywm/sway.git
synced 2024-11-27 02:11:28 +00:00
Add L_FLOATING back to debug tree
This commit is contained in:
parent
02de2a6f65
commit
00f6e179cd
|
@ -22,10 +22,12 @@ static const char *layout_to_str(enum sway_container_layout layout) {
|
|||
return "L_STACKED";
|
||||
case L_TABBED:
|
||||
return "L_TABBED";
|
||||
case L_FLOATING:
|
||||
return "L_FLOATING";
|
||||
case L_NONE:
|
||||
default:
|
||||
return "L_NONE";
|
||||
}
|
||||
return "L_NONE";
|
||||
}
|
||||
|
||||
static int draw_container(cairo_t *cairo, struct sway_container *container,
|
||||
|
|
Loading…
Reference in a new issue