summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index abb85cc0..ca01c12c 100644
--- a/spice.proto
+++ b/spice.proto
@@ -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 {