summaryrefslogtreecommitdiffstats
path: root/include/workspace.h
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-21 10:28:37 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-21 10:28:37 -0700
commit1a1ac64662a603fdeb7025bed3822e24f9158076 (patch)
tree4ac14ed2cb3942072824a3376337ea5492bf4e75 /include/workspace.h
parentMerge pull request #110 from minus7/sign-comparsion-fix (diff)
downloadsway-1a1ac64662a603fdeb7025bed3822e24f9158076.tar.gz
sway-1a1ac64662a603fdeb7025bed3822e24f9158076.tar.zst
sway-1a1ac64662a603fdeb7025bed3822e24f9158076.zip
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 @@
5#include "list.h" 5#include "list.h"
6#include "layout.h" 6#include "layout.h"
7 7
8extern swayc_t *active_workspace;
9
10char *workspace_next_name(void); 8char *workspace_next_name(void);
11swayc_t *workspace_create(const char*); 9swayc_t *workspace_create(const char*);
12swayc_t *workspace_find_by_name(const char*); 10swayc_t *workspace_by_name(const char*);
13void workspace_switch(swayc_t*); 11void workspace_switch(swayc_t*);
14void workspace_output_next(); 12void workspace_output_next();
15void workspace_next(); 13void workspace_next();