diff options
author | Taiyu <[email protected]> | 2015-08-14 12:42:19 -0700 |
---|---|---|
committer | Taiyu <[email protected]> | 2015-08-14 12:42:19 -0700 |
commit | b8cba33c013e580e6e793ec67a5442407d94a002 (patch) | |
tree | d3a197d4297269716049fa6c09ad59ef350cfff5 /sway/workspace.h | |
parent | 3a3c50135fabc6a23f7b130effef9b642e54bf3c (diff) |
changed swayc related functions, cleaned up some functions, moved wlc related things into handlers
Diffstat (limited to 'sway/workspace.h')
-rw-r--r-- | sway/workspace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/workspace.h b/sway/workspace.h index 19f0d4c1..523ce633 100644 --- a/sway/workspace.h +++ b/sway/workspace.h @@ -5,6 +5,8 @@ #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*); |