mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
fix
This commit is contained in:
parent
4077238782
commit
f1d5305dc6
5 changed files with 18 additions and 16 deletions
|
|
@ -22,6 +22,7 @@ void arrange_windows(swayc_t *container, int width, int height);
|
|||
void unfocus_all(swayc_t *container);
|
||||
void focus_view(swayc_t *view);
|
||||
void focus_view_for(swayc_t *ancestor, swayc_t *container);
|
||||
|
||||
swayc_t *get_focused_container(swayc_t *parent);
|
||||
swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue