diff options
author | emersion <contact@emersion.fr> | 2018-09-28 14:45:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 14:45:08 +0200 |
commit | 02df1e2b1b4306481f8e1023d99fb568095a89b3 (patch) | |
tree | afccb506b4f3354336479daa9da279339e5f862f /include/sway/tree | |
parent | 1698260533ea71791d07cfc9d0efab08fb893450 (diff) | |
parent | 56e9f31b2f5ad057c3f6809fafc73132647ae686 (diff) | |
download | sway-02df1e2b1b4306481f8e1023d99fb568095a89b3.tar.xz |
Merge pull request #2722 from RyanDwyer/workspace-configs
Rename workspace_outputs to workspace_configs and fix memory leak
Diffstat (limited to 'include/sway/tree')
-rw-r--r-- | include/sway/tree/workspace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h index e4b616d1..c8220b39 100644 --- a/include/sway/tree/workspace.h +++ b/include/sway/tree/workspace.h @@ -48,6 +48,8 @@ struct sway_workspace { extern char *prev_workspace_name; +struct workspace_config *workspace_find_config(const char *ws_name); + struct sway_output *workspace_get_initial_output(const char *name); struct sway_workspace *workspace_create(struct sway_output *output, |