summaryrefslogtreecommitdiffstats
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h
index 239cbbdb..056f2329 100644
--- a/include/sway/tree/workspace.h
+++ b/include/sway/tree/workspace.h
@@ -16,6 +16,8 @@ struct sway_workspace {
16 16
17extern char *prev_workspace_name; 17extern char *prev_workspace_name;
18 18
19struct sway_container *workspace_get_initial_output(const char *name);
20
19char *workspace_next_name(const char *output_name); 21char *workspace_next_name(const char *output_name);
20 22
21bool workspace_switch(struct sway_container *workspace, 23bool workspace_switch(struct sway_container *workspace,