mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-07 19:58:02 +00:00
Make cursor data @as_ptr to avoid copying data
This commit is contained in:
parent
25c04403bd
commit
9b07d78152
@ -173,7 +173,8 @@ typedef struct SpiceMsgcMainMouseModeRequest {
|
||||
typedef struct SpiceCursor {
|
||||
uint32_t flags;
|
||||
SpiceCursorHeader header;
|
||||
uint8_t data[0];
|
||||
uint32_t data_size;
|
||||
uint8_t *data;
|
||||
} SpiceCursor;
|
||||
|
||||
typedef struct SpiceMsgDisplayMode {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user