aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 13:23:34 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 13:23:34 -0400
commit9b567fc37e83ed9f0cbb028fd801a2f2609c79dc (patch)
treea1ebdea49233f10c016664159bb9e8c9738e407c /include
parentmove container_set_layout to layout.h (diff)
downloadsway-9b567fc37e83ed9f0cbb028fd801a2f2609c79dc.tar.gz
sway-9b567fc37e83ed9f0cbb028fd801a2f2609c79dc.tar.zst
sway-9b567fc37e83ed9f0cbb028fd801a2f2609c79dc.zip
clean up container_get_default_layout
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/layout.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index 725422c6..12689375 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -55,9 +55,8 @@ void container_move_to(struct sway_container* container,
55void container_move(struct sway_container *container, 55void container_move(struct sway_container *container,
56 enum movement_direction dir, int move_amt); 56 enum movement_direction dir, int move_amt);
57 57
58// TODO move to output.c
59enum sway_container_layout container_get_default_layout( 58enum sway_container_layout container_get_default_layout(
60 struct sway_container *output); 59 struct sway_container *con);
61 60
62// TODO move to output.c 61// TODO move to output.c
63void container_sort_workspaces(struct sway_container *output); 62void container_sort_workspaces(struct sway_container *output);