Fix typo (cairo_ft_options_t -> cairo_font_options_t).

This commit is contained in:
Carl Worth 2005-07-11 16:09:55 +00:00
parent abdaf7555f
commit 4329b70963
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
2005-07-11 Carl Worth <cworth@cworth.org>
* ROADMAP: Add cache lock deadlock problem to roadmap for 0.5.2.
Fix typo (cairo_ft_options_t -> cairo_font_options_t).
* src/cairoint.h: Disable mutex locks, (making the caches
non-thread-safe again, just like they were in the last snapshot

View file

@ -99,7 +99,7 @@ API Issues (more detail in TODO file)
Still need to do cairo_font_face_t,
cairo_scaled_font_t, and cairo_surface_t.
A10. cairo_ft_options_t
A10. cairo_font_options_t
Difficulty: Moderate
Status: Owen has done all the hard thinking, and we've got
consensus on the API now. Owen's working on a patch.