mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 07:38:22 +02:00
Fix typo (cairo_ft_options_t -> cairo_font_options_t).
This commit is contained in:
parent
abdaf7555f
commit
4329b70963
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
ROADMAP
2
ROADMAP
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue