aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-09-28 14:45:08 +0200
committerGitHub <noreply@github.com>2018-09-28 14:45:08 +0200
commit02df1e2b1b4306481f8e1023d99fb568095a89b3 (patch)
treeafccb506b4f3354336479daa9da279339e5f862f /include/sway/tree
parent1698260533ea71791d07cfc9d0efab08fb893450 (diff)
parent56e9f31b2f5ad057c3f6809fafc73132647ae686 (diff)
downloadsway-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.h2
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,