diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-08-18 10:16:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-18 10:16:45 -0400 |
commit | e5fd858394831388ad0677960387ed4a5331df47 (patch) | |
tree | 89a53e0012ac154dc5675178fb4f7fc5c06ff76a /include/wlr | |
parent | dd4ebb580537fc75e7f335e975ea989b2730d645 (diff) | |
parent | 10eee58d2dcf41a4031dfe450e65a96c3a631376 (diff) |
Merge pull request #101 from nyorain/texture_fix
Fix surface buffer uploading
Diffstat (limited to 'include/wlr')
-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 9b13d9cc..f0765160 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -38,6 +38,7 @@ struct wlr_surface { float buffer_to_surface_matrix[16]; float surface_to_buffer_matrix[16]; + bool reupload_buffer; struct { struct wl_signal commit; |