mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-10 08:00:55 +00:00
Make cursor data @as_ptr to avoid copying data
This commit is contained in:
parent
41c07b938b
commit
98d3b1d5c3
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user