This commit is contained in:
Ryan Dwyer 2018-10-05 07:41:58 +00:00 committed by GitHub
commit 3a027cb0e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 49 deletions

View file

@ -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);