summaryrefslogtreecommitdiffstats
path: root/ui/spice-display.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-09-05 09:35:57 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-09-12 08:09:47 +0200
commita7310dd34df4d35a1c3e7ea3f4a94c60f6d5064b (patch)
tree600b33d03d21932c9d0600020183509c9708216c /ui/spice-display.h
parentc60319a3aa136769e38ea8b24e91fb4867c4587d (diff)
downloadhqemu-a7310dd34df4d35a1c3e7ea3f4a94c60f6d5064b.zip
hqemu-a7310dd34df4d35a1c3e7ea3f4a94c60f6d5064b.tar.gz
spice: add screen mirror
Create a screen mirror, keep there a copy of the most recent update passed on to spice-server. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/spice-display.h')
-rw-r--r--ui/spice-display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/spice-display.h b/ui/spice-display.h
index 3fcb6fe..dea41c1 100644
--- a/ui/spice-display.h
+++ b/ui/spice-display.h
@@ -72,6 +72,7 @@ typedef struct SimpleSpiceUpdate SimpleSpiceUpdate;
struct SimpleSpiceDisplay {
DisplayState *ds;
+ uint8_t *ds_mirror;
void *buf;
int bufsize;
QXLWorker *worker;
OpenPOWER on IntegriCloud