mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
Add views to tree and render them
This commit is contained in:
parent
aeda2e077f
commit
4ca1e77fdb
7 changed files with 136 additions and 0 deletions
|
|
@ -125,7 +125,11 @@ struct sway_container {
|
|||
list_t *marks;
|
||||
};
|
||||
|
||||
void swayc_descendants_of_type(swayc_t *root, enum swayc_types type,
|
||||
void (*func)(swayc_t *item, void *data), void *data);
|
||||
|
||||
swayc_t *new_output(struct sway_output *sway_output);
|
||||
swayc_t *new_workspace(swayc_t *output, const char *name);
|
||||
swayc_t *new_view(swayc_t *sibling, struct sway_view *sway_view);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue