diff options
author | Luminarys <kizunanohikari@gmail.com> | 2015-08-16 14:50:01 -0500 |
---|---|---|
committer | Luminarys <kizunanohikari@gmail.com> | 2015-08-16 14:50:01 -0500 |
commit | 0a0fe18fd6126941b3518652c935da1d81249a19 (patch) | |
tree | ef28e8f2078de30a9a68059b8ce7ff20c12121fc /include/workspace.h | |
parent | 5ff71c2d5ca7fd64b9be37e3548ac70ba1a4ef1c (diff) |
Added in workspace next/prev and workspace output_next/prev
Diffstat (limited to 'include/workspace.h')
-rw-r--r-- | include/workspace.h | 4 |
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); swayc_t *workspace_create(const char*); swayc_t *workspace_find_by_name(const char*); void workspace_switch(swayc_t*); +void workspace_output_next(); +void workspace_next(); +void workspace_output_prev(); +void workspace_prev(); void layout_log(const swayc_t *c, int depth); #endif |