[cairo-commit] cairo ChangeLog,1.1062,1.1063
Carl Worth
commit at pdx.freedesktop.org
Mon Sep 19 14:24:02 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv19895
Modified Files:
ChangeLog
Log Message:
2005-09-19 Carl Worth <cworth at cworth.org>
Originally: 2005-09-19 Hans Breuer <hans at 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.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1062
retrieving revision 1.1063
diff -u -d -r1.1062 -r1.1063
--- ChangeLog 19 Sep 2005 21:14:03 -0000 1.1062
+++ ChangeLog 19 Sep 2005 21:24:00 -0000 1.1063
@@ -1,5 +1,18 @@
2005-09-19 Carl Worth <cworth at cworth.org>
+ Originally: 2005-09-19 Hans Breuer <hans at 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-19 Carl Worth <cworth at cworth.org>
+
* src/Makefile.am (libcairo_la_SOURCES): Add cairo-cache-private.h
which was missing from the list, (thanks to sunmoon1997).
More information about the cairo-commit
mailing list