summaryrefslogtreecommitdiffstats
path: root/include/sway/layout.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-11-22 20:39:27 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-22 20:39:50 -0500
commitaeda2e077f6184ecd26dc078c7b5db7f0dc54fd7 (patch)
tree0e84fc6ce2409ef5c60210efd18cb0981e3f9cf7 /include/sway/layout.h
parentMerge pull request #1472 from martinetd/wlroots (diff)
downloadsway-aeda2e077f6184ecd26dc078c7b5db7f0dc54fd7.tar.gz
sway-aeda2e077f6184ecd26dc078c7b5db7f0dc54fd7.tar.zst
sway-aeda2e077f6184ecd26dc078c7b5db7f0dc54fd7.zip
Add workspace to outputs
Diffstat (limited to 'include/sway/layout.h')
-rw-r--r--include/sway/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/layout.h b/include/sway/layout.h
index 7e7a9c35..6356ad00 100644
--- a/include/sway/layout.h
+++ b/include/sway/layout.h
@@ -5,5 +5,7 @@ struct sway_container;
5 5
6void init_layout(void); 6void init_layout(void);
7void add_child(struct sway_container *parent, struct sway_container *child); 7void add_child(struct sway_container *parent, struct sway_container *child);
8enum swayc_layouts default_layout(struct sway_container *output);
9void sort_workspaces(struct sway_container *output);
8 10
9#endif 11#endif