From fe2ec8a676ddabc52e0a2ac360fd8e07e6546f6b Mon Sep 17 00:00:00 2001 From: Luminarys Date: Sun, 30 Aug 2015 19:59:14 -0500 Subject: Added in workspace back_and_forth --- include/workspace.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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*); -- cgit v1.2.3-54-g00ecf