aboutsummaryrefslogtreecommitdiff
path: root/include/workspace.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-30 21:03:35 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-30 21:03:35 -0400
commit0ab71f5f0a47fd87bb71d7361ea90a8fa88c8361 (patch)
treeabbc99ff9749bd8d051572c2c1b3fbd1ee17ea30 /include/workspace.h
parent7fbb8b785e229341171470228fea22caac3ee896 (diff)
parent23f040133d93ae6d1bf1dc328e3f67f43fa3aeef (diff)
Merge pull request #155 from Luminarys/master
Added in workspace back_and_forth
Diffstat (limited to 'include/workspace.h')
-rw-r--r--include/workspace.h2
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*);