diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-16 14:50:01 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-16 14:50:01 -0500 |
| commit | 68a15b1730d044f72febe7fccfebc2be0128848d (patch) | |
| tree | ef28e8f2078de30a9a68059b8ce7ff20c12121fc /include | |
| parent | f9a263ada3b119ffe2a923d5690330482596311c (diff) | |
Added in workspace next/prev and workspace output_next/prev
Diffstat (limited to 'include')
| -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 |
