[Spice-devel] [PATCH 07/10] Change Drawable->pipes from Ring to GList

2016-09-08 Thread Jonathon Jongsma
This greatly improves the readability of the code and keeps things encapsulated better. --- server/dcc.c | 12 +--- server/dcc.h | 1 - server/display-channel.c | 39 ++- server/display-channel.h | 6 +- server/stream.c

Re: [Spice-devel] [PATCH 07/10] Change Drawable->pipes from Ring to GList

2016-09-09 Thread Christophe Fergeau
On Thu, Sep 08, 2016 at 11:52:57AM -0500, Jonathon Jongsma wrote: > This greatly improves the readability of the code and keeps things > encapsulated better. > --- > server/dcc.c | 12 +--- > server/dcc.h | 1 - > server/display-channel.c | 39 +

Re: [Spice-devel] [PATCH 07/10] Change Drawable->pipes from Ring to GList

2016-09-09 Thread Frediano Ziglio
> > This greatly improves the readability of the code and keeps things > encapsulated better. Personally I think that the old FOREACH macros were more readable and more maintainable instead of expanding manually list handling. > --- > server/dcc.c | 12 +--- > server/dcc.h