aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/workspace.h')
-rw-r--r--include/sway/tree/workspace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h
index 41b59796..1adbe68a 100644
--- a/include/sway/tree/workspace.h
+++ b/include/sway/tree/workspace.h
@@ -105,6 +105,9 @@ struct sway_container *workspace_find_container(struct sway_workspace *ws,
105 */ 105 */
106struct sway_container *workspace_wrap_children(struct sway_workspace *ws); 106struct sway_container *workspace_wrap_children(struct sway_workspace *ws);
107 107
108void workspace_unwrap_children(struct sway_workspace *ws,
109 struct sway_container *wrap);
110
108void workspace_detach(struct sway_workspace *workspace); 111void workspace_detach(struct sway_workspace *workspace);
109 112
110void workspace_add_tiling(struct sway_workspace *workspace, 113void workspace_add_tiling(struct sway_workspace *workspace,