aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/root.h')
-rw-r--r--include/sway/tree/root.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h
index 9f6cd3bb..c4f84207 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -85,4 +85,6 @@ struct sway_container *root_find_container(
85 85
86void root_get_box(struct sway_root *root, struct wlr_box *box); 86void root_get_box(struct sway_root *root, struct wlr_box *box);
87 87
88void root_rename_pid_workspaces(const char *old_name, const char *new_name);
89
88#endif 90#endif