[Spice-devel] [PATCH 2/2] red_worker: fix call to dump_bitmap (too many args)

Alon Levy alevy at redhat.com
Thu Aug 22 14:53:09 PDT 2013


ACK both.

----- Original Message -----
> ---
>  server/red_worker.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/red_worker.c b/server/red_worker.c
> index 7f1aeda..0c611d0 100644
> --- a/server/red_worker.c
> +++ b/server/red_worker.c
> @@ -6629,7 +6629,7 @@ static FillBitsType fill_bits(DisplayChannelClient
> *dcc, SpiceMarshaller *m,
>      case SPICE_IMAGE_TYPE_BITMAP: {
>          SpiceBitmap *bitmap = &image.u.bitmap;
>  #ifdef DUMP_BITMAP
> -        dump_bitmap(display_channel->common.worker, &simage->u.bitmap,
> drawable->group_id);
> +        dump_bitmap(&simage->u.bitmap);
>  #endif
>          /* Images must be added to the cache only after they are compressed
>             in order to prevent starvation in the client between pixmap_cache
>             and
> --
> 1.8.1.4
> 
> _______________________________________________
> 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