From d0a1346fda20f205837c9d178a63a96a2683b38b Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Thu, 22 Aug 2013 16:10:00 -0400 Subject: red_worker: fix call to dump_bitmap (too many args) --- server/red_worker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/red_worker.c b/server/red_worker.c index 7f1aedaa..0c611d09 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 -- cgit