mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
WIP: Atomic layout updates ground work
This commit is contained in:
parent
0b798ed954
commit
59c9488701
16 changed files with 771 additions and 347 deletions
|
|
@ -42,6 +42,8 @@ void output_damage_surface(struct sway_output *output, double ox, double oy,
|
|||
void output_damage_from_view(struct sway_output *output,
|
||||
struct sway_view *view);
|
||||
|
||||
void output_damage_box(struct sway_output *output, struct wlr_box *box);
|
||||
|
||||
void output_damage_whole_container(struct sway_output *output,
|
||||
struct sway_container *con);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue