[cairo] [PATCH 1/6] Enable projective transforms

Uli Schlachter psychon at znc.in
Mon Dec 1 10:02:48 PST 2014


Hi,

not much time, but I wanted to mention the obvious:

Am 29.11.2014 um 05:31 schrieb Bryce Harrington:
> diff --git a/src/cairo.h b/src/cairo.h
> index 3104d47..7e73e11 100644
> --- a/src/cairo.h
> +++ b/src/cairo.h
> @@ -193,6 +193,7 @@ typedef struct _cairo_matrix {
>      double xx; double yx;
>      double xy; double yy;
>      double x0; double y0;
> +    double px; double py;
>  } cairo_matrix_t;
>  

This breaks ABI!

Uli
-- 
"Every once in a while, declare peace. It confuses the hell out of your enemies"
 - 79th Rule of Acquisition


More information about the cairo mailing list