mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
added "move container to workspace"
makes the previous commit actually testable
This commit is contained in:
parent
f22c937953
commit
03e4a97dbe
3 changed files with 40 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ 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);
|
||||
void move_container_to(swayc_t* container, swayc_t* destination);
|
||||
|
||||
// Layout
|
||||
void update_geometry(swayc_t *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue