make SpiceRect compatible with pixman_box32

This commit is contained in:
Gerd Hoffmann 2010-06-29 16:25:42 +02:00
parent 65f9bef4fe
commit eb96d4ec74

View File

@ -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 {