summaryrefslogtreecommitdiff
path: root/include/sway/tree/workspace.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-08-08 08:13:22 -0400
committerGitHub <[email protected]>2018-08-08 08:13:22 -0400
commitc8a8216629cd56a510255f6ead3eaba9508b6544 (patch)
tree2f70bd11f025791a2970850771baa2062413f00c /include/sway/tree/workspace.h
parent6f0bc469e9b99ea641fdf98805f29e8acd96894a (diff)
parent5653fc754b09ae5344f42f9e3df71cd4420b7d61 (diff)
Merge pull request #2420 from RyanDwyer/floating-move-to-workspace
Implement move to workspace on a floating container
Diffstat (limited to 'include/sway/tree/workspace.h')
-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 239cbbdb..056f2329 100644
--- a/include/sway/tree/workspace.h
+++ b/include/sway/tree/workspace.h
@@ -16,6 +16,8 @@ struct sway_workspace {
extern char *prev_workspace_name;
+struct sway_container *workspace_get_initial_output(const char *name);
+
char *workspace_next_name(const char *output_name);
bool workspace_switch(struct sway_container *workspace,