mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Merge 26024ad434 into c1f09939ae
This commit is contained in:
commit
3a027cb0e1
3 changed files with 28 additions and 49 deletions
|
|
@ -75,7 +75,7 @@ void output_damage_whole(struct sway_output *output);
|
|||
void output_damage_surface(struct sway_output *output, double ox, double oy,
|
||||
struct wlr_surface *surface, bool whole);
|
||||
|
||||
void output_damage_from_view(struct sway_output *output,
|
||||
void output_damage_view_surfaces(struct sway_output *output,
|
||||
struct sway_view *view);
|
||||
|
||||
void output_damage_box(struct sway_output *output, struct wlr_box *box);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue