diff options
author | Carl Worth <cworth@cworth.org> | 2004-04-16 08:33:20 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-04-16 08:33:20 +0000 |
commit | 3a29d7a5310b0e4bc76eb7a852a41d9b4634de31 (patch) | |
tree | 4df9cbe4262c9a75dea88a8ac511f7def13f5481 /BUGS | |
parent | 821a9f2f6c663429abbacce89383af6171f65225 (diff) |
Track pixman fixes to PIXMAN_FORMAT_NAME_*.
Explicitly add cases for all enum values to eliminate compiler warnings.
Remove proposal for surface_clip interface as cairo_clip should be able to cover this case now.
Added bug concerning negative ref_counts.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -53,3 +53,9 @@ cairo_show_text is not updating the current point by the string's advance values -- Caps are added only to the last subpath in a complex path. + +-- + +ref_counts will go negative if destroy is called with ref_count == +0. We noticed this is cairo_surface.c but it likely happens in several +places. |