summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-04-16 08:33:20 +0000
committerCarl Worth <cworth@cworth.org>2004-04-16 08:33:20 +0000
commit3a29d7a5310b0e4bc76eb7a852a41d9b4634de31 (patch)
tree4df9cbe4262c9a75dea88a8ac511f7def13f5481 /BUGS
parent821a9f2f6c663429abbacce89383af6171f65225 (diff)
downloadcairo-3a29d7a5310b0e4bc76eb7a852a41d9b4634de31.tar.gz
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--BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 07e0ad8d1..cbeacccd9 100644
--- a/BUGS
+++ b/BUGS
@@ -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.