On Mon, Jun 01, 2015 at 04:48:15PM +0200, Javier Celaya wrote: > diff --git a/server/spice-server.h b/server/spice-server.h > index bca0da6..5880ff0 100644 > --- a/server/spice-server.h > +++ b/server/spice-server.h > @@ -67,20 +67,9 @@ int spice_server_add_interface(SpiceServer *s, > SpiceBaseInstance *sin); > int spice_server_remove_interface(SpiceBaseInstance *sin); > > -typedef enum { > - SPICE_IMAGE_COMPRESS_INVALID = 0, > - SPICE_IMAGE_COMPRESS_OFF = 1, > - SPICE_IMAGE_COMPRESS_AUTO_GLZ = 2, > - SPICE_IMAGE_COMPRESS_AUTO_LZ = 3, > - SPICE_IMAGE_COMPRESS_QUIC = 4, > - SPICE_IMAGE_COMPRESS_GLZ = 5, > - SPICE_IMAGE_COMPRESS_LZ = 6, > - SPICE_IMAGE_COMPRESS_LZ4 = 7, > -} spice_image_compression_t; Removing spice_image_compression_t from spice-server.h which is a public header is going to break compilation of applications using it (eg QEMU), this needs to be replaced with typedef SpiceImageCompress spice_image_compression_t; I'll squash that in my local version. Christophe
Attachment:
pgpA7LiJYrZEl.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel