[Spice-devel] [PATCH 10/10] worker: slowly move to display channel
Fabiano FidĂȘncio
fidencio at redhat.com
Thu Nov 5 04:22:30 PST 2015
On Thu, Nov 5, 2015 at 10:30 AM, Frediano Ziglio <fziglio at redhat.com> wrote:
>>
>> From: Marc-André Lureau <marcandre.lureau at gmail.com>
>>
>> ---
>> server/red_worker.c | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/server/red_worker.c b/server/red_worker.c
>> index b7de808..4d31995 100644
>> --- a/server/red_worker.c
>> +++ b/server/red_worker.c
>> @@ -782,8 +782,8 @@ static inline void
>> red_handle_drawable_surfaces_client_synced(
>>
>> static int display_is_connected(RedWorker *worker)
>> {
>> - return (worker->display_channel && red_channel_is_connected(
>> - &worker->display_channel->common.base));
>> + return worker->display_channel &&
>> + red_channel_is_connected(RED_CHANNEL(worker->display_channel));
>> }
>>
>> static int cursor_is_connected(RedWorker *worker)
>> --
>> 2.4.3
>
> From patch and comment looks like this patch should be merged to another.
Agreed, NACK!
>
> Frediano
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list