Re: [Spice-devel] [PATCH v2 2/9] Add CursorChannelPrivate struct

2016-09-15 Thread Pavel Grunt
On Wed, 2016-09-14 at 11:53 -0500, Jonathon Jongsma wrote: > Encapsulate private data of CursorChannel in a private struct. This > isn't very useful at the moment, but it will help prepare the way > for > porting the RedChannel heirarchy to GObject. Acked-by: Pavel Grunt > --- > Changes in v2: >

[Spice-devel] [PATCH v2 2/9] Add CursorChannelPrivate struct

2016-09-14 Thread Jonathon Jongsma
Encapsulate private data of CursorChannel in a private struct. This isn't very useful at the moment, but it will help prepare the way for porting the RedChannel heirarchy to GObject. --- Changes in v2: - use priv[1] to avoid memory leak server/cursor-channel.c | 57 +++---