mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
fix
This commit is contained in:
parent
4077238782
commit
f1d5305dc6
5 changed files with 18 additions and 16 deletions
|
|
@ -68,4 +68,7 @@ swayc_t *destroy_view(swayc_t *view);
|
|||
swayc_t *find_container(swayc_t *container, bool (*test)(swayc_t *view, void *data), void *data);
|
||||
void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);
|
||||
|
||||
//Mappings
|
||||
void set_view_visibility(swayc_t *view, void *data);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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