summaryrefslogtreecommitdiffstats
path: root/include/workspace.h
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-30 19:59:14 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-30 19:59:14 -0500
commitfe2ec8a676ddabc52e0a2ac360fd8e07e6546f6b (patch)
treeea1834e610deaa13b3a54eb1b22d0c946205fe2f /include/workspace.h
parent#154 destroy view handler properly destroys views (diff)
downloadsway-fe2ec8a676ddabc52e0a2ac360fd8e07e6546f6b.tar.gz
sway-fe2ec8a676ddabc52e0a2ac360fd8e07e6546f6b.tar.zst
sway-fe2ec8a676ddabc52e0a2ac360fd8e07e6546f6b.zip
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 @@
5#include "list.h" 5#include "list.h"
6#include "layout.h" 6#include "layout.h"
7 7
8extern char *prev_workspace_name;
9
8char *workspace_next_name(void); 10char *workspace_next_name(void);
9swayc_t *workspace_create(const char*); 11swayc_t *workspace_create(const char*);
10swayc_t *workspace_by_name(const char*); 12swayc_t *workspace_by_name(const char*);