aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/workspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h
index 1adbe68a..fe200ec0 100644
--- a/include/sway/tree/workspace.h
+++ b/include/sway/tree/workspace.h
@@ -132,4 +132,6 @@ void workspace_get_box(struct sway_workspace *workspace, struct wlr_box *box);
132 132
133size_t workspace_num_tiling_views(struct sway_workspace *ws); 133size_t workspace_num_tiling_views(struct sway_workspace *ws);
134 134
135size_t workspace_num_sticky_containers(struct sway_workspace *ws);
136
135#endif 137#endif