diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-26 23:13:09 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-27 18:50:32 -0400 |
commit | 776b81d499ae4430c0ebe5421b119c6b3355a1ce (patch) | |
tree | 4baf0e29c987f337f3548ef28e582469b9ed9001 /include/rootston/output.h | |
parent | e841e5602b9fb7447564f75fc9d1e835a215e51a (diff) |
Fix surface layer damage tracking
Diffstat (limited to 'include/rootston/output.h')
-rw-r--r-- | include/rootston/output.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rootston/output.h b/include/rootston/output.h index 535c07d8..e40ad776 100644 --- a/include/rootston/output.h +++ b/include/rootston/output.h @@ -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 |