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 093c8087..6750d2d7 100644
--- a/spice.proto
+++ b/spice.proto
@@ -867,7 +867,7 @@ struct CursorHeader {
struct Cursor {
cursor_flags flags;
CursorHeader header;
- uint8 data[] @end;
+ uint8 data[] @end @as_ptr(data_size);
};
channel CursorChannel : BaseChannel {