Re: [Spice-devel] [PATCH 07/10] server: make cursor channel private

2015-11-04 Thread Frediano Ziglio
> > This patch causes my v0.30-9-g17a6b8a vintage spice-gtk client stop > having a cursor in an Xspice session. > > The spice-html5 client cursor continues to work fine. > > I've bisected it, but not really explored further; if there are > easy/obvious things for me to check, let me know. > >

Re: [Spice-devel] [PATCH 07/10] server: make cursor channel private

2015-11-03 Thread Christophe Fergeau
On Mon, Nov 02, 2015 at 09:56:03AM +, Frediano Ziglio wrote: > From: Marc-André Lureau > > --- > server/cursor-channel.c | 24 +++- > server/cursor-channel.h | 18 ++--- > server/red_channel.c| 12 ++ > server/red_channel.h| 6 +++ >

Re: [Spice-devel] [PATCH 07/10] server: make cursor channel private

2015-11-03 Thread Jeremy White
This patch causes my v0.30-9-g17a6b8a vintage spice-gtk client stop having a cursor in an Xspice session. The spice-html5 client cursor continues to work fine. I've bisected it, but not really explored further; if there are easy/obvious things for me to check, let me know. Cheers, Jeremy On

Re: [Spice-devel] [PATCH 07/10] server: make cursor channel private

2015-11-02 Thread Fabiano Fidêncio
On Mon, Nov 2, 2015 at 10:56 AM, Frediano Ziglio wrote: > From: Marc-André Lureau > > --- > server/cursor-channel.c | 24 +++- > server/cursor-channel.h | 18 ++--- > server/red_channel.c| 12 ++ > server/red_channel.h| 6

[Spice-devel] [PATCH 07/10] server: make cursor channel private

2015-11-02 Thread Frediano Ziglio
From: Marc-André Lureau --- server/cursor-channel.c | 24 +++- server/cursor-channel.h | 18 ++--- server/red_channel.c| 12 ++ server/red_channel.h| 6 +++ server/red_worker.c | 98 ++---