]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/ui/spice-display.h
iscsi: Add timeout option
[mirror_qemu.git] / include / ui / spice-display.h
index 42e0fdf775d36278c8c36f495cc6a6b032c2a291..184d4c373a2f522c8682c0a8d1dc5109b6cb139a 100644 (file)
@@ -119,7 +119,10 @@ struct SimpleSpiceDisplay {
     /* opengl rendering */
     QEMUBH *gl_unblock_bh;
     QEMUTimer *gl_unblock_timer;
-    int dmabuf_fd;
+    ConsoleGLState *gls;
+    int gl_updates;
+    bool have_scanout;
+    bool have_surface;
 #endif
 };