diff options
Diffstat (limited to 'include/workspace.h')
-rw-r--r-- | include/workspace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/workspace.h b/include/workspace.h index a731068d..7343b055 100644 --- a/include/workspace.h +++ b/include/workspace.h @@ -5,6 +5,8 @@ #include "list.h" #include "layout.h" +extern char *prev_workspace_name; + char *workspace_next_name(void); swayc_t *workspace_create(const char*); swayc_t *workspace_by_name(const char*); |