mirror of
https://github.com/swaywm/sway.git
synced 2025-01-01 18:06:47 +01:00
Added in basic resize command
This commit is contained in:
parent
84f01a67bd
commit
15d9f1edcb
1 changed files with 2 additions and 0 deletions
|
@ -29,4 +29,6 @@ swayc_t *get_focused_container(swayc_t *parent);
|
||||||
swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent);
|
swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent);
|
||||||
swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir);
|
swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir);
|
||||||
|
|
||||||
|
void recursive_resize(swayc_t *container, double amount, enum movement_direction dir);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue