mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
remove swayc_t typedef
This commit is contained in:
parent
874f009866
commit
83d09cf594
10 changed files with 53 additions and 47 deletions
|
|
@ -34,7 +34,8 @@ void init_layout(void);
|
|||
|
||||
void add_child(struct sway_container *parent, struct sway_container *child);
|
||||
|
||||
swayc_t *add_sibling(swayc_t *parent, swayc_t *child);
|
||||
struct sway_container *add_sibling(struct sway_container *parent,
|
||||
struct sway_container *child);
|
||||
|
||||
struct sway_container *remove_child(struct sway_container *child);
|
||||
|
||||
|
|
@ -45,7 +46,7 @@ void sort_workspaces(struct sway_container *output);
|
|||
void arrange_windows(struct sway_container *container,
|
||||
double width, double height);
|
||||
|
||||
swayc_t *get_swayc_in_direction(swayc_t *container,
|
||||
struct sway_seat *seat, enum movement_direction dir);
|
||||
struct sway_container *get_swayc_in_direction(struct sway_container
|
||||
*container, struct sway_seat *seat, enum movement_direction dir);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue