[region] Use signed ints for width and height in cairo_rectangle_int_t

This commit is contained in:
Søren Sandmann Pedersen 2009-03-28 01:10:24 -04:00 committed by Søren Sandmann Pedersen
parent 26999e5aa8
commit 64e490a464

View file

@ -2355,7 +2355,7 @@ typedef struct _cairo_region cairo_region_t;
typedef struct _cairo_rectangle_int {
int x, y;
unsigned int width, height;
int width, height;
} cairo_rectangle_int_t;
typedef enum _cairo_region_overlap {