Re: [Spice-devel] [PATCH] fixup! RedChannelClient: store pipe items in a GQueue

2016-09-16 Thread Jonathon Jongsma
On Fri, 2016-09-16 at 10:05 +0100, Frediano Ziglio wrote: > Minor changes: > - use same name for dcc_add_surface_area_image argument in header >   and source; > - avoid using 2 variable in a for loop, is not much readable and >   confusing. This also was fixing a regression quite hard to spot >   s

[Spice-devel] [PATCH] fixup! RedChannelClient: store pipe items in a GQueue

2016-09-16 Thread Frediano Ziglio
Minor changes: - use same name for dcc_add_surface_area_image argument in header and source; - avoid using 2 variable in a for loop, is not much readable and confusing. This also was fixing a regression quite hard to spot so make sure code is less easy to break in the future; - remove check i