mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 07:18:04 +02:00
cairo_point_int32_t is really int32_t, not int16_t
Oops.
This commit is contained in:
parent
02970ac8cf
commit
431e846c03
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ typedef struct _cairo_point_int16 {
|
|||
} cairo_point_int16_t;
|
||||
|
||||
typedef struct _cairo_point_int32 {
|
||||
int16_t x, y;
|
||||
int32_t x, y;
|
||||
} cairo_point_int32_t;
|
||||
|
||||
typedef struct _cairo_box_int16 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue