[poppler] Poppler does not build using CVS HEAD cairo
Carl Worth
cworth at cworth.org
Wed Mar 23 13:33:38 PST 2005
On Wed, 23 Mar 2005 01:52:45 +0100, Albert Astals Cid wrote:
> Here is the patch that fixes it
> - cairo_init_clip (cairo);
> + cairo_reset_clip (cairo);
> - cairo_concat_matrix (cairo, mat);
> + cairo_transform (cairo, mat);
Whoops.
That was actually a mistake on my part, (in cairo). I hadn't meant to
break backwards compatibility on these functions (yet). So this is now
fixed in cairo CVS.
-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/poppler/attachments/20050323/63bfaea3/attachment.pgp
More information about the poppler
mailing list