diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-05 09:35:57 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-12 08:09:47 +0200 |
commit | a7310dd34df4d35a1c3e7ea3f4a94c60f6d5064b (patch) | |
tree | 600b33d03d21932c9d0600020183509c9708216c /ui/spice-display.h | |
parent | c60319a3aa136769e38ea8b24e91fb4867c4587d (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/spice-display.h b/ui/spice-display.h index 3fcb6fec25..dea41c1b71 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; |