On Wed, Jun 03, 2015 at 05:07:52PM +0200, Javier Celaya wrote: > If the user prefers a specific compression algorithm, report it when > setting up the display channel. > --- > gtk/channel-display.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/gtk/channel-display.c b/gtk/channel-display.c > index efe2259..5dd3f71 100644 > --- a/gtk/channel-display.c > +++ b/gtk/channel-display.c > @@ -789,12 +789,15 @@ static void spice_display_channel_up(SpiceChannel *channel) > SpiceMsgOut *out; > SpiceSession *s = spice_channel_get_session(channel); > SpiceMsgcDisplayInit init; > + SpiceMsgcDisplayPreferredCompression pref_comp_msg; > int cache_size; > int glz_window_size; > + SpiceImageCompress preferred_compression = SPICE_IMAGE_COMPRESS_INVALID; I'd use 'int' instead of SpiceImageCompress here as I think g_object_get() expects a pointer to an int when getting the value of a GEnum (I can fix this up before pushing) Apart from this, ACK. Christophe
Attachment:
pgpzXy5faujZ4.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel