Fix surface layer damage tracking

This commit is contained in:
Drew DeVault 2018-03-26 23:13:09 -04:00
parent e841e5602b
commit 776b81d499
4 changed files with 21 additions and 8 deletions

View file

@ -40,6 +40,8 @@ void output_damage_from_view(struct roots_output *output,
void output_damage_whole_drag_icon(struct roots_output *output,
struct roots_drag_icon *icon);
void output_damage_from_local_surface(struct roots_output *output,
struct wlr_surface *surface, double ox, double oy, float rotation);
struct wlr_surface *surface, double ox, double oy, float rotation);
void output_damage_whole_local_surface(struct roots_output *output,
struct wlr_surface *surface, double ox, double oy, float rotation);
#endif