mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
floating/tiling move + floating resize cleaned and fixed
This commit is contained in:
parent
232940f813
commit
e139de0857
6 changed files with 454 additions and 136 deletions
|
|
@ -19,10 +19,12 @@ void add_floating(swayc_t *ws, swayc_t *child);
|
|||
swayc_t *add_sibling(swayc_t *sibling, swayc_t *child);
|
||||
swayc_t *replace_child(swayc_t *child, swayc_t *new_child);
|
||||
swayc_t *remove_child(swayc_t *child);
|
||||
void swap_container(swayc_t *a, swayc_t *b);
|
||||
|
||||
void move_container(swayc_t* container,swayc_t* root,enum movement_direction direction);
|
||||
|
||||
// Layout
|
||||
void update_geometry(swayc_t *view);
|
||||
void arrange_windows(swayc_t *container, double width, double height);
|
||||
|
||||
swayc_t *get_focused_container(swayc_t *parent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue