Merge pull request #101 from nyorain/texture_fix

Fix surface buffer uploading
This commit is contained in:
Drew DeVault 2017-08-18 10:16:45 -04:00 committed by GitHub
commit e5fd858394
2 changed files with 28 additions and 15 deletions

View file

@ -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;