summary refs log tree commit diff stats
path: root/include/ui/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/surface.h')
-rw-r--r--include/ui/surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/surface.h b/include/ui/surface.h
index f16f7be8be..006b1986bb 100644
--- a/include/ui/surface.h
+++ b/include/ui/surface.h
@@ -22,6 +22,7 @@ typedef struct DisplaySurface {
     GLenum glformat;
     GLenum gltype;
     GLuint texture;
+    GLuint mem_obj;
 #endif
     qemu_pixman_shareable share_handle;
     uint32_t share_handle_offset;