Re: [Spice-devel] [spice-server 5/8] Use QXLInstance instead of QXLState in red_qxl_*

2016-03-20 Thread Jonathon Jongsma
On Tue, 2016-03-15 at 17:25 -0400, Frediano Ziglio wrote: > > > > This seems to make more sense this way, QXLInstance is the 'main' object > > with QXLState being its private data. External users then use QXLInstance > > rather than passing a pointer to the private data to red-qxl.h methods. > > -

Re: [Spice-devel] [spice-server 5/8] Use QXLInstance instead of QXLState in red_qxl_*

2016-03-19 Thread Frediano Ziglio
> > On Tue, Mar 15, 2016 at 05:25:09PM -0400, Frediano Ziglio wrote: > > > > > > This seems to make more sense this way, QXLInstance is the 'main' object > > > with QXLState being its private data. External users then use QXLInstance > > > rather than passing a pointer to the private data to red-

Re: [Spice-devel] [spice-server 5/8] Use QXLInstance instead of QXLState in red_qxl_*

2016-03-19 Thread Christophe Fergeau
On Tue, Mar 15, 2016 at 05:25:09PM -0400, Frediano Ziglio wrote: > > > > This seems to make more sense this way, QXLInstance is the 'main' object > > with QXLState being its private data. External users then use QXLInstance > > rather than passing a pointer to the private data to red-qxl.h methods

Re: [Spice-devel] [spice-server 5/8] Use QXLInstance instead of QXLState in red_qxl_*

2016-03-15 Thread Frediano Ziglio
> > This seems to make more sense this way, QXLInstance is the 'main' object > with QXLState being its private data. External users then use QXLInstance > rather than passing a pointer to the private data to red-qxl.h methods. > --- > server/dcc-send.c| 4 +- > server/display-channel.c

[Spice-devel] [spice-server 5/8] Use QXLInstance instead of QXLState in red_qxl_*

2016-03-14 Thread Christophe Fergeau
This seems to make more sense this way, QXLInstance is the 'main' object with QXLState being its private data. External users then use QXLInstance rather than passing a pointer to the private data to red-qxl.h methods. --- server/dcc-send.c| 4 +- server/display-channel.c | 2 +- serve