summaryrefslogtreecommitdiff
path: root/include/sway/container.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2017-11-22 20:39:27 -0500
committerDrew DeVault <[email protected]>2017-11-22 20:39:50 -0500
commitaeda2e077f6184ecd26dc078c7b5db7f0dc54fd7 (patch)
tree0e84fc6ce2409ef5c60210efd18cb0981e3f9cf7 /include/sway/container.h
parent68036018c8a19f1ec3536e8111899fe280aad38d (diff)
Add workspace to outputs
Diffstat (limited to 'include/sway/container.h')
-rw-r--r--include/sway/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index 35d1c146..2a96165f 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -126,5 +126,6 @@ struct sway_container {
};
swayc_t *new_output(struct sway_output *sway_output);
+swayc_t *new_workspace(swayc_t *output, const char *name);
#endif