[cairo-commit] cairo ChangeLog,1.1026.2.10,1.1026.2.11

Carl Worth commit at pdx.freedesktop.org
Mon Sep 19 14:28:41 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv20428

Modified Files:
      Tag: BRANCH_1_0
	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.1026.2.10
retrieving revision 1.1026.2.11
diff -u -d -r1.1026.2.10 -r1.1026.2.11
--- ChangeLog	19 Sep 2005 02:56:32 -0000	1.1026.2.10
+++ ChangeLog	19 Sep 2005 21:28:39 -0000	1.1026.2.11
@@ -1,3 +1,16 @@
+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-18  Billy Biggs  <vektor at dumbterm.net>
 
 	Bug #4414, reviewed by otaylor, cworth.



More information about the cairo-commit mailing list