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

Yonit Halperin yhalperi at redhat.com
Thu Aug 22 13:12:54 PDT 2013


---
 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



More information about the Spice-devel mailing list