aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-10 08:26:16 -0400
committerDrew DeVault <sir@cmpwn.com>2017-08-10 08:26:16 -0400
commit7da43ff8b05aa5280e1b94190a8ce157a8131af4 (patch)
treeaa093edce256bcbf2fe39f7ea38e49aefbaeb2f7 /include
parent947bb2e43696198373f028567b01a1f2159d3784 (diff)
Implement wlr_surface_flush_damage
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_surface.h1
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