diff options
author | Carl Worth <cworth@cworth.org> | 2003-10-09 20:10:36 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-10-09 20:10:36 +0000 |
commit | cdc84283e321a3fd14c430b8f991f60ac624204c (patch) | |
tree | 43803ac3796f3e49dfe21742cf4f18c5cf4167aa /ChangeLog | |
parent | 61726a88f24efcbabdff980abdfe1ff8301315b2 (diff) |
Stub out NULL_POINTER error so drawing to off-screen memory still works even though text does not yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-10-09 Carl Worth <cworth@isi.edu> + + * src/cairo_font.c: Stub out NULL_POINTER errors as + CAIRO_STATUS_SUCCESS so that drawing to off-screen images still + works even though text does not yet. + 2003-10-04 Carl Worth <cworth@isi.edu> * src/cairo_hull.c (_cairo_hull_compute): Add cairo_hull.c to |