diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 13:23:34 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 13:23:34 -0400 |
commit | 9b567fc37e83ed9f0cbb028fd801a2f2609c79dc (patch) | |
tree | a1ebdea49233f10c016664159bb9e8c9738e407c /include/sway | |
parent | 065887bb7b25c1cf7d39459c79387a24e600085f (diff) |
clean up container_get_default_layout
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/tree/layout.h | 3 |
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, void container_move(struct sway_container *container, enum movement_direction dir, int move_amt); -// TODO move to output.c enum sway_container_layout container_get_default_layout( - struct sway_container *output); + struct sway_container *con); // TODO move to output.c void container_sort_workspaces(struct sway_container *output); |