mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
fixed focus key handler
This commit is contained in:
parent
1bf02144e5
commit
e16a4015ff
4 changed files with 103 additions and 112 deletions
|
@ -10,6 +10,7 @@ extern swayc_t root_container;
|
|||
void init_layout(void);
|
||||
|
||||
void add_child(swayc_t *parent, swayc_t *child);
|
||||
void add_floating(swayc_t *ws, swayc_t *child);
|
||||
// Returns parent container which needs to be rearranged.
|
||||
swayc_t *add_sibling(swayc_t *sibling, swayc_t *child);
|
||||
swayc_t *replace_child(swayc_t *child, swayc_t *new_child);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue