mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Add outputs to the tree
This commit is contained in:
parent
733993a651
commit
db4fb1c85c
8 changed files with 229 additions and 4 deletions
9
include/sway/layout.h
Normal file
9
include/sway/layout.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _SWAY_LAYOUT_H
|
||||
#define _SWAY_LAYOUT_H
|
||||
|
||||
struct sway_container;
|
||||
|
||||
void init_layout(void);
|
||||
void add_child(struct sway_container *parent, struct sway_container *child);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue