Bug 3258 - cairo_get_font_matrix() prototype
Summary: cairo_get_font_matrix() prototype
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 0.9.3
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 05:57 UTC by Steve Chaplin
Modified: 2005-08-22 00:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Steve Chaplin 2005-05-10 05:57:26 UTC
cairo.c and cairo.h have
cairo_matrix_t cairo_get_font_matrix (cairo_t *cr, cairo_matrix_t *matrix)

yet the matrix arg is never used, so a simpler prototype would be

cairo_matrix_t cairo_get_font_matrix (cairo_t *cr)
Comment 1 Carl Worth 2005-05-10 12:23:44 UTC
Thanks for pointing this out.

The prototype was obviously bogus, but I now fixed it to work in a way
that is consistent with cairo_get_matrix. That is:

        void cairo_get_font_matrix (cairo_t *cr, cairo_matrix_t *matrix);

Comment 2 Carl Worth 2005-08-22 17:15:33 UTC
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.