summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-19 14:28:39 +0000
committerCarl Worth <cworth@cworth.org>2005-09-19 14:28:39 +0000
commite39b2391717a04ccaab3367450bb01c2722736cc (patch)
tree09c1a484c277b1644606a8b4636de2c7bbe29161 /ChangeLog
parentdbe0552ed39a39133d89975ac3ba9359a766c52f (diff)
Originally: 2005-09-19 Hans Breuer <hans@breuer.org>
src/cairoint.h : win32 specific definitions for CAIRO_MUTEX_DECLARE, CAIRO_MUTEX_LOCK etc. [not based on win32 mutex but critical sections] src/cairo-win32-surface.c : add DllMain() to do global, single-threaded 'mutex' (de)initialization. No ifdefs needed, some variables would simply not be used when the respective backend would not be compiled in.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 176c15489..79625622c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-09-19 Carl Worth <cworth@cworth.org>
+
+ Originally: 2005-09-19 Hans Breuer <hans@breuer.org>
+
+ * src/cairoint.h : win32 specific definitions for
+ CAIRO_MUTEX_DECLARE, CAIRO_MUTEX_LOCK etc. [not based on win32
+ mutex but critical sections]
+
+ * src/cairo-win32-surface.c : add DllMain() to do global,
+ single-threaded 'mutex' (de)initialization. No ifdefs needed, some
+ variables would simply not be used when the respective backend
+ would not be compiled in.
+
2005-09-18 Billy Biggs <vektor@dumbterm.net>
Bug #4414, reviewed by otaylor, cworth.