[Spice-devel] [PATCH spice] worker: remove check for canvas during cursor connect

2016-03-21 Thread Marc-André Lureau
We want the cursor to be initialized even if there is no canvas, especially when using a GL scanout. This solves some client warnings when using qemu with GL scanout-only (patches under review on qemu ML). Signed-off-by: Marc-André Lureau --- server/display-channel.c | 7 --- server/display-

Re: [Spice-devel] [PATCH spice] worker: remove check for canvas during cursor connect

2016-04-26 Thread Marc-André Lureau
ping On Mon, Mar 21, 2016 at 6:07 PM, Marc-André Lureau wrote: > We want the cursor to be initialized even if there is no canvas, > especially when using a GL scanout. This solves some client warnings > when using qemu with GL scanout-only (patches under review on qemu ML). > > Signed-off-by: Mar

Re: [Spice-devel] [PATCH spice] worker: remove check for canvas during cursor connect

2016-04-26 Thread Frediano Ziglio
Acked-by: Frediano Ziglio The check looks to come from the first commit in the repository (was checking worker->attached). Even looking at first commit was not clear why the check was there. Frediano > > ping > > On Mon, Mar 21, 2016 at 6:07 PM, Marc-André Lureau > wrote: > > We want the cu