aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-16 14:50:01 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-16 14:50:01 -0500
commit0a0fe18fd6126941b3518652c935da1d81249a19 (patch)
treeef28e8f2078de30a9a68059b8ce7ff20c12121fc /include
parentFix key handling from wlc (diff)
downloadsway-0a0fe18fd6126941b3518652c935da1d81249a19.tar.gz
sway-0a0fe18fd6126941b3518652c935da1d81249a19.tar.zst
sway-0a0fe18fd6126941b3518652c935da1d81249a19.zip
Added in workspace next/prev and workspace output_next/prev
Diffstat (limited to 'include')
-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