mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
make SpiceRect compatible with pixman_box32
This commit is contained in:
parent
65f9bef4fe
commit
eb96d4ec74
@ -58,10 +58,10 @@ typedef struct SPICE_ATTR_PACKED SpicePoint16 {
|
||||
} SpicePoint16;
|
||||
|
||||
typedef struct SPICE_ATTR_PACKED SpiceRect {
|
||||
int32_t top;
|
||||
int32_t left;
|
||||
int32_t bottom;
|
||||
int32_t top;
|
||||
int32_t right;
|
||||
int32_t bottom;
|
||||
} SpiceRect;
|
||||
|
||||
typedef struct SPICE_ATTR_PACKED SpicePathSeg {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user