Re: [Spice-devel] [PATCH 3.1/12] Store QXLInstance in CursorItem

2015-11-02 Thread Frediano Ziglio
> > On Fri, 2015-10-30 at 03:24 -0400, Frediano Ziglio wrote: > > > > > > From: Marc-André Lureau > > > > > > Doing so allows us to remove the extra QXLInstance parameter from > > > cursor_item_unref() and makes the code a bit cleaner. > > > > > > Also add cursor_item_ref(). > > > > > > Sign

Re: [Spice-devel] [PATCH 3.1/12] Store QXLInstance in CursorItem

2015-10-30 Thread Jonathon Jongsma
On Fri, 2015-10-30 at 03:24 -0400, Frediano Ziglio wrote: > > > > From: Marc-André Lureau > > > > Doing so allows us to remove the extra QXLInstance parameter from > > cursor_item_unref() and makes the code a bit cleaner. > > > > Also add cursor_item_ref(). > > > > Signed-off-by: Jonathon Jong

Re: [Spice-devel] [PATCH 3.1/12] Store QXLInstance in CursorItem

2015-10-30 Thread Frediano Ziglio
> > From: Marc-André Lureau > > Doing so allows us to remove the extra QXLInstance parameter from > cursor_item_unref() and makes the code a bit cleaner. > > Also add cursor_item_ref(). > > Signed-off-by: Jonathon Jongsma > --- > server/cursor-channel.c | 70 > +++--

[Spice-devel] [PATCH 3.1/12] Store QXLInstance in CursorItem

2015-10-29 Thread Jonathon Jongsma
From: Marc-André Lureau Doing so allows us to remove the extra QXLInstance parameter from cursor_item_unref() and makes the code a bit cleaner. Also add cursor_item_ref(). Signed-off-by: Jonathon Jongsma --- server/cursor-channel.c | 70 +++-- serve