diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-06 16:38:33 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-06 16:38:33 +0000 |
commit | 2f1024f83fc971516224b910cec8d3e787740c53 (patch) | |
tree | d0aaa1c4e2b0e6815345c2904ec473441959aabf /ChangeLog | |
parent | 8c52b287f37f8361653030024d7a4a42fc6e54ed (diff) |
Fix to return &_cairo_font_face_nil instead of NULL on error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-08-06 Carl Worth <cworth@cworth.org> + + * src/cairo.c (cairo_get_font_face): Fix to return + &_cairo_font_face_nil instead of NULL on error. + 2005-08-06 Jeff Muizelaar <jeff@infidigm.net> * test/a8-mask.c: (main): Give reason for failure. |