Re: [Spice-devel] [PATCH 06/11] server: move some cursor code to cursor-channel.c

2015-10-29 Thread Frediano Ziglio
> > On 10/28/2015 06:07 PM, Frediano Ziglio wrote: > > > >> > >> From: Marc-André Lureau > >> > >> Also fix warning due to unexpected pipe item type > >> > >> The specific item type that was not being handled was > >> PIPE_ITEM_TYPE_INVAL_ONE (#102). This item type is used by the cursor > >> chan

Re: [Spice-devel] [PATCH 06/11] server: move some cursor code to cursor-channel.c

2015-10-29 Thread Uri Lublin
On 10/28/2015 06:07 PM, Frediano Ziglio wrote: From: Marc-André Lureau Also fix warning due to unexpected pipe item type The specific item type that was not being handled was PIPE_ITEM_TYPE_INVAL_ONE (#102). This item type is used by the cursor channel, but the analogous item for the displa

Re: [Spice-devel] [PATCH 06/11] server: move some cursor code to cursor-channel.c

2015-10-28 Thread Frediano Ziglio
> > From: Marc-André Lureau > > Also fix warning due to unexpected pipe item type > > The specific item type that was not being handled was > PIPE_ITEM_TYPE_INVAL_ONE (#102). This item type is used by the cursor > channel, but the analogous item for the display channel is > PIPE_ITEM_TYPE_INVA

[Spice-devel] [PATCH 06/11] server: move some cursor code to cursor-channel.c

2015-10-27 Thread Frediano Ziglio
From: Marc-André Lureau Also fix warning due to unexpected pipe item type The specific item type that was not being handled was PIPE_ITEM_TYPE_INVAL_ONE (#102). This item type is used by the cursor channel, but the analogous item for the display channel is PIPE_ITEM_TYPE_INVAL_PALETTE_CACHE. Use