aboutsummaryrefslogtreecommitdiffstats
path: root/include/workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/workspace.h')
-rw-r--r--include/workspace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/workspace.h b/include/workspace.h
index 59a6d526..8ce39bbd 100644
--- a/include/workspace.h
+++ b/include/workspace.h
@@ -11,6 +11,10 @@ char *workspace_next_name(void);
11swayc_t *workspace_create(const char*); 11swayc_t *workspace_create(const char*);
12swayc_t *workspace_find_by_name(const char*); 12swayc_t *workspace_find_by_name(const char*);
13void workspace_switch(swayc_t*); 13void workspace_switch(swayc_t*);
14void workspace_output_next();
15void workspace_next();
16void workspace_output_prev();
17void workspace_prev();
14void layout_log(const swayc_t *c, int depth); 18void layout_log(const swayc_t *c, int depth);
15 19
16#endif 20#endif