Re: [Spice-devel] [PATCH 07/18] Change new_pipe_item_t function signature

2016-05-03 Thread Jonathon Jongsma
On Thu, 2016-04-28 at 13:15 -0400, Frediano Ziglio wrote: > > > > Now that pipe_item_init() does not require a RedChannelClient* argument > > anymore, the new_pipe_item_t callback function does not ever use the > > channel client object passed to it. So just remove this and simplify > > things. >

Re: [Spice-devel] [PATCH 07/18] Change new_pipe_item_t function signature

2016-04-28 Thread Frediano Ziglio
> > Now that pipe_item_init() does not require a RedChannelClient* argument > anymore, the new_pipe_item_t callback function does not ever use the > channel client object passed to it. So just remove this and simplify > things. > --- > server/cursor-channel.c | 2 +- > server/dcc.c|

[Spice-devel] [PATCH 07/18] Change new_pipe_item_t function signature

2016-04-27 Thread Jonathon Jongsma
Now that pipe_item_init() does not require a RedChannelClient* argument anymore, the new_pipe_item_t callback function does not ever use the channel client object passed to it. So just remove this and simplify things. --- server/cursor-channel.c | 2 +- server/dcc.c| 15 --