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.
> > -
>
> 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-
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
>
> 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
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