mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 17:15:21 +00:00
red_worker: fix call to dump_bitmap (too many args)
This commit is contained in:
parent
93b88a73f3
commit
d0a1346fda
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user