mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
Don't marshall bitmap data as pointer, instead send inline
This commit is contained in:
parent
42c5286ca6
commit
9e2e061bea
@ -439,7 +439,7 @@ struct BitmapData {
|
||||
default:
|
||||
Palette *palette @outvar(bitmap);
|
||||
} pal @anon;
|
||||
uint8 *data[image_size(8, stride, y)] @chunk; /* pointer to array, not array of pointers as in C */
|
||||
uint8 data[image_size(8, stride, y)] @chunk @nomarshal;
|
||||
} @ctype(SpiceBitmap);
|
||||
|
||||
struct BinaryData {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user