summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-13 12:28:00 +0000
committerCarl Worth <cworth@cworth.org>2005-09-13 12:28:00 +0000
commit36f4bb98371a3a81ccc6ccf6f3295b9e48e8c8c9 (patch)
tree8875c42aa2887c2e745be34c478d2b5fb16d80f6 /ChangeLog
parent33820b04759582334fb725962aa3fff8bdd44584 (diff)
Expand locking to encapsulate any modification to the reference count of a scaled font, rather than just modifcations of the scaled_font_map, since scaled fonts are shared between threads.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb23c3594..d22770a41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-09-13 Carl Worth <cworth@cworth.org>
+ * src/cairo-scaled-font.c: (cairo_scaled_font_reference),
+ (cairo_scaled_font_destroy): Expand locking to encapsulate any
+ modification to the reference count of a scaled font, rather than
+ just modifcations of the scaled_font_map, since scaled fonts are
+ shared between threads.
+
+2005-09-13 Carl Worth <cworth@cworth.org>
+
* test/cairo-test.h: Add documentation for cairo_test functions.
* test/cairo-test.c: (cairo_test_init), (cairo_test_expecting):