Re: [Spice-devel] [PATCH 0/8] Refactoring canvas code

2010-03-08 Thread Alexander Larsson
On Mon, 2010-03-08 at 18:33 +0100, al...@redhat.com wrote: > From: Alexander Larsson > > This is a series of patches that clean up the "public" canvas API > by hiding all the internals of the canvas implementation behind > a single SpiceCanvas type with multiple constructors. It also removes > th

[Spice-devel] [PATCH 0/8] Refactoring canvas code

2010-03-08 Thread alexl
From: Alexander Larsson This is a series of patches that clean up the "public" canvas API by hiding all the internals of the canvas implementation behind a single SpiceCanvas type with multiple constructors. It also removes the two canvas-type abstractions that existed before in server/ and in cl