diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-10 08:36:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-10 08:36:28 -0400 |
commit | 5e65f95389348192b1220cb74678554e967553f6 (patch) | |
tree | de2caae3fabe3dbcdd13ad8a774ca5c1f5ab4bcb /include | |
parent | c39bfe7f84818be9d9901e30ba26db9e8f19c47e (diff) | |
parent | a6db47196cabc12fed4824b3532c1f9b14b43c8e (diff) |
Merge pull request #255 from versusvoid/upload-texture-on-surface-commit
Upload texture on surface commit
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 03376788..461e593f 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -66,7 +66,6 @@ struct wlr_surface { float buffer_to_surface_matrix[16]; float surface_to_buffer_matrix[16]; - bool reupload_buffer; struct { struct wl_signal commit; @@ -89,7 +88,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); /** * Gets a matrix you can pass into wlr_render_with_matrix to display this * surface. `matrix` is the output matrix, `projection` is the wlr_output |