diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-02-03 13:55:00 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-12 16:41:46 +0200 |
commit | 39414ef4e93db9041e463a097084a407d0d374f0 (patch) | |
tree | f49aedb7cf778e7d9a281552b990ab8ee580fe5c /include | |
parent | 44b31e0bc4e32abe7bca38fa2a9d8ffbbb419764 (diff) |
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')
-rw-r--r-- | include/ui/spice-display.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/spice-display.h b/include/ui/spice-display.h index 30ccfe3dab..568b64a0f6 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; |