From 10eee58d2dcf41a4031dfe450e65a96c3a631376 Mon Sep 17 00:00:00 2001 From: nyorain Date: Thu, 17 Aug 2017 17:29:58 +0200 Subject: Fix surface buffer uploading --- include/wlr/types/wlr_surface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3