mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
clean up container_get_default_layout
This commit is contained in:
parent
065887bb7b
commit
9b567fc37e
4 changed files with 15 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue