Add L_FLOATING back to debug tree

This commit is contained in:
Ryan Dwyer 2018-05-26 09:23:12 +10:00
parent 02de2a6f65
commit 00f6e179cd

View file

@ -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,