mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Moved auto_* layout functions from resize.c to layout.c
This commit is contained in:
parent
704b2db050
commit
bd415029ba
3 changed files with 99 additions and 96 deletions
|
|
@ -76,5 +76,9 @@ void swayc_log(log_importance_t verbosity, swayc_t *cont, const char* format, ..
|
|||
enum swayc_layouts default_layout(swayc_t *output);
|
||||
|
||||
bool is_auto_layout(enum swayc_layouts layout);
|
||||
int auto_group_start_index(swayc_t *container, int index);
|
||||
int auto_group_end_index(swayc_t *container, int index);
|
||||
size_t auto_group_count(swayc_t *container);
|
||||
size_t auto_group_index(swayc_t *container, int index);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue