From 3c8cb83af5cbe85e6ab41ec1c0b41c5a29230d9e Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 18 Jun 2010 17:11:39 +0200 Subject: Make cursor data @as_ptr to avoid copying data --- spice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spice.proto') 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 { -- cgit