diff options
author | Alon Levy <alevy@redhat.com> | 2012-02-24 23:19:30 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-27 09:46:52 +0100 |
commit | 2e1a98c9c1b90ca093278c6b43244dc46604d7b7 (patch) | |
tree | 0b896f14d426d819f54950c9747f8913c04ff147 /hw/qxl.h | |
parent | 4c19ebb51dc0a59ff12d60844512816562a25047 (diff) | |
download | qemu-2e1a98c9c1b90ca093278c6b43244dc46604d7b7.tar.gz qemu-2e1a98c9c1b90ca093278c6b43244dc46604d7b7.tar.bz2 qemu-2e1a98c9c1b90ca093278c6b43244dc46604d7b7.zip |
qxl: introduce QXLCookie
Will be used in the next patch.
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/qxl.h')
-rw-r--r-- | hw/qxl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id, struct QXLRect *area, struct QXLRect *dirty_rects, uint32_t num_dirty_rects, uint32_t clear_dirty_region, - qxl_async_io async); + qxl_async_io async, QXLCookie *cookie); void qxl_spice_loadvm_commands(PCIQXLDevice *qxl, struct QXLCommandExt *ext, uint32_t count); void qxl_spice_oom(PCIQXLDevice *qxl); |