Re: [Spice-devel] [PATCH v2 6/9] Change Drawable->pipes from Ring to GList

2016-09-16 Thread Frediano Ziglio
> > This improves the readability of the code and keeps things > encapsulated better. > --- > Changes in v2: > - changed some loops from while to for > - moved some declarations within loop scope > > server/dcc.c | 12 +--- > server/dcc.h | 1 - > server/displa

[Spice-devel] [PATCH v2 6/9] Change Drawable->pipes from Ring to GList

2016-09-14 Thread Jonathon Jongsma
This improves the readability of the code and keeps things encapsulated better. --- Changes in v2: - changed some loops from while to for - moved some declarations within loop scope server/dcc.c | 12 +--- server/dcc.h | 1 - server/display-channel.c | 34 ++