aboutsummaryrefslogtreecommitdiff
path: root/include/workspace.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-08-21 10:28:37 -0700
committerFurkan Sahin <furkan-dev@proton.me>2015-08-21 10:28:37 -0700
commit01ef8259be8b354955b69d375101148e5d1e9847 (patch)
tree4ac14ed2cb3942072824a3376337ea5492bf4e75 /include/workspace.h
parent90667bb69438dd58fda98e10469f66660da8ff22 (diff)
bugfixes, renames
Diffstat (limited to 'include/workspace.h')
-rw-r--r--include/workspace.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/workspace.h b/include/workspace.h
index 042a15d9..d447ac2d 100644
--- a/include/workspace.h
+++ b/include/workspace.h
@@ -5,11 +5,9 @@
#include "list.h"
#include "layout.h"
-extern swayc_t *active_workspace;
-
char *workspace_next_name(void);
swayc_t *workspace_create(const char*);
-swayc_t *workspace_find_by_name(const char*);
+swayc_t *workspace_by_name(const char*);
void workspace_switch(swayc_t*);
void workspace_output_next();
void workspace_next();