diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-08-10 08:26:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-08-10 08:26:16 -0400 |
commit | 7da43ff8b05aa5280e1b94190a8ce157a8131af4 (patch) | |
tree | aa093edce256bcbf2fe39f7ea38e49aefbaeb2f7 /include | |
parent | 947bb2e43696198373f028567b01a1f2159d3784 (diff) |
Implement wlr_surface_flush_damage
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index b80b1de4..e8e747cd 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -47,5 +47,6 @@ struct wlr_surface { struct wlr_renderer; struct wlr_surface *wlr_surface_create(struct wl_resource *res, struct wlr_renderer *renderer); +void wlr_surface_flush_damage(struct wlr_surface *surface); #endif |