Fix surface buffer uploading

This commit is contained in:
nyorain 2017-08-17 17:29:58 +02:00
parent 18f1538108
commit 10eee58d2d
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;