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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h
index af4124a1..a2c088e7 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -69,12 +69,6 @@ void root_scratchpad_show(struct sway_container *con);
69 */ 69 */
70void root_scratchpad_hide(struct sway_container *con); 70void root_scratchpad_hide(struct sway_container *con);
71 71
72struct sway_workspace *root_workspace_for_pid(pid_t pid);
73
74void root_record_workspace_pid(pid_t pid);
75
76void root_remove_workspace_pid(pid_t pid);
77
78void root_for_each_workspace(void (*f)(struct sway_workspace *ws, void *data), 72void root_for_each_workspace(void (*f)(struct sway_workspace *ws, void *data),
79 void *data); 73 void *data);
80 74
@@ -92,6 +86,4 @@ struct sway_container *root_find_container(
92 86
93void root_get_box(struct sway_root *root, struct wlr_box *box); 87void root_get_box(struct sway_root *root, struct wlr_box *box);
94 88
95void root_rename_pid_workspaces(const char *old_name, const char *new_name);
96
97#endif 89#endif