summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-08-22 16:10:00 -0400
committerYonit Halperin <yhalperi@redhat.com>2013-08-22 16:12:07 -0400
commitd0a1346fda20f205837c9d178a63a96a2683b38b (patch)
treedb0e2bb5711e8a599427a87ac5db551c0559c8a9 /server
parent93b88a73f3852ed87003cbdb21fa3c5e28b3726c (diff)
downloadspice-d0a1346fda20f205837c9d178a63a96a2683b38b.tar.gz
spice-d0a1346fda20f205837c9d178a63a96a2683b38b.tar.xz
spice-d0a1346fda20f205837c9d178a63a96a2683b38b.zip
red_worker: fix call to dump_bitmap (too many args)
Diffstat (limited to 'server')
-rw-r--r--server/red_worker.c2
1 files changed, 1 insertions, 1 deletions
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