mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
Update SpicePath.segments to a pointer array
This commit is contained in:
parent
92c6782209
commit
1d74c91701
@ -72,7 +72,7 @@ typedef struct SPICE_ATTR_PACKED SpicePathSeg {
|
||||
|
||||
typedef struct SPICE_ATTR_PACKED SpicePath {
|
||||
uint32_t num_segments;
|
||||
uint32_t segments[0]; /* really SpicePathSeg, alert: variable size elements */
|
||||
SpicePathSeg *segments[0];
|
||||
} SpicePath;
|
||||
|
||||
typedef struct SPICE_ATTR_PACKED SpiceClipRects {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user