aboutsummaryrefslogtreecommitdiff
path: root/include/ui
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-02-03 13:55:00 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-05-12 16:41:46 +0200
commit39414ef4e93db9041e463a097084a407d0d374f0 (patch)
treef49aedb7cf778e7d9a281552b990ab8ee580fe5c /include/ui
parent44b31e0bc4e32abe7bca38fa2a9d8ffbbb419764 (diff)
downloadqemu-39414ef4e93db9041e463a097084a407d0d374f0.zip
qemu-39414ef4e93db9041e463a097084a407d0d374f0.tar.gz
qemu-39414ef4e93db9041e463a097084a407d0d374f0.tar.bz2
spice/gl: add & use qemu_spice_gl_monitor_config
Cc: qemu-stable@nongnu.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/spice-display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/spice-display.h b/include/ui/spice-display.h
index 30ccfe3..568b64a 100644
--- a/include/ui/spice-display.h
+++ b/include/ui/spice-display.h
@@ -71,6 +71,7 @@ typedef struct QXLCookie {
QXLRect area;
int redraw;
} render;
+ void *data;
} u;
} QXLCookie;