diff options
author | Drew DeVault <[email protected]> | 2015-08-21 17:00:00 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-08-21 17:00:00 -0400 |
commit | 39041d07b5fc3420cd964142a948f429b36a7a5c (patch) | |
tree | 1849aab63cd338bbb14567d9534d5266ca64dd6e /include/workspace.h | |
parent | f7a6dd7ce95ff5c5cefcd524d4261f78a887f0a9 (diff) | |
parent | b05317c3a60c751ee4fbc596182b02f568b71c2e (diff) |
Merge remote-tracking branch 'taiyu-len/master'
Diffstat (limited to 'include/workspace.h')
-rw-r--r-- | include/workspace.h | 4 |
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(); |