summaryrefslogtreecommitdiffstats
path: root/include/sway/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/container.h')
-rw-r--r--include/sway/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index 90825a49..2bedd136 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -324,7 +324,7 @@ void close_views(swayc_t *container);
324 324
325/** 325/**
326 * Assign layout to a container. Needed due to workspace container specifics. 326 * Assign layout to a container. Needed due to workspace container specifics.
327 * Workspace always needs L_HORIZ layout. 327 * Workspace should always have either L_VERT or L_HORIZ layout.
328 */ 328 */
329swayc_t *swayc_change_layout(swayc_t *container, enum swayc_layouts layout); 329swayc_t *swayc_change_layout(swayc_t *container, enum swayc_layouts layout);
330 330