diff options
author | taiyu <[email protected]> | 2015-08-21 10:28:37 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-21 10:28:37 -0700 |
commit | 1a1ac64662a603fdeb7025bed3822e24f9158076 (patch) | |
tree | 4ac14ed2cb3942072824a3376337ea5492bf4e75 /include/workspace.h | |
parent | 034358dbfd07e013417bafcbcc819ddad90a2f21 (diff) |
bugfixes, renames
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(); |