Re: [Spice-devel] [PATCH 1/4] Move CommonGraphicsChannel to a new file

2016-10-10 Thread Pavel Grunt
Hi, On Fri, 2016-10-07 at 17:01 -0500, Jonathon Jongsma wrote: > Move out of red-worker.c. This requires a little bit of minor > refactoring to avoid accessing some RedWorker internals in the > constructor function, etc. > --- >  server/Makefile.am   |   2 + >  server/common-graphics-c

[Spice-devel] [PATCH 1/4] Move CommonGraphicsChannel to a new file

2016-10-07 Thread Jonathon Jongsma
Move out of red-worker.c. This requires a little bit of minor refactoring to avoid accessing some RedWorker internals in the constructor function, etc. --- server/Makefile.am | 2 + server/common-graphics-channel.c | 129 +++ server/common-graphi