Re: [Qemu-devel] [PATCH 02/10] spice: split qemu_spice_create_update

2012-09-14 Thread Blue Swirl
On Thu, Sep 13, 2012 at 8:45 AM, Gerd Hoffmann wrote: > 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 Ho

[Qemu-devel] [PATCH 02/10] spice: split qemu_spice_create_update

2012-09-13 Thread Gerd Hoffmann
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 --- ui/spice-display.c | 31 ++--