mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Arrange backgrounds only when required
This commit is contained in:
parent
464239f7ac
commit
a2bc6f3bfd
4 changed files with 7 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ void move_workspace_to(swayc_t* workspace, swayc_t* destination);
|
|||
void update_layout_geometry(swayc_t *parent, enum swayc_layouts prev_layout);
|
||||
void update_geometry(swayc_t *view);
|
||||
void arrange_windows(swayc_t *container, double width, double height);
|
||||
void arrange_backgrounds(void);
|
||||
|
||||
swayc_t *get_focused_container(swayc_t *parent);
|
||||
swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue