mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05: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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue