]> git.proxmox.com Git - qemu.git/commit - ui/spice-display.c
spice: split qemu_spice_create_update
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 5 Sep 2012 06:52:23 +0000 (08:52 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 12 Sep 2012 06:09:47 +0000 (08:09 +0200)
commitc60319a3aa136769e38ea8b24e91fb4867c4587d
tree83dd876af599fe9da09128a571ef0aba56b391db
parentb1af98ba3e4c4fd44f233fc7240df2612baeb1c2
spice: split qemu_spice_create_update

Creating one function which creates a single update for a given
rectangle.  And one (for now) pretty simple wrapper around it to
queue up screen updates for the dirty region.

[ v2: also update bounding box ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-display.c