[cairo-commit] cairo ChangeLog,1.913,1.914

Carl Worth commit at pdx.freedesktop.org
Fri Aug 19 07:39:50 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2005-08-19  Carl Worth  <cworth at cworth.org>

        Fix for bug #3915:

        * src/cairo-pattern.c: (_cairo_pattern_nil_for_status): Add new
        NULL_POINTER nil pattern.

        * src/cairo-pattern.c: (cairo_pattern_create_for_surface): Check
        for surface == NULL and return a nil pattern.

        * test/nil-surface.c: (draw): Verify that the above fix works.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.913
retrieving revision 1.914
diff -u -d -r1.913 -r1.914
--- ChangeLog	19 Aug 2005 06:10:37 -0000	1.913
+++ ChangeLog	19 Aug 2005 14:39:47 -0000	1.914
@@ -1,3 +1,15 @@
+2005-08-19  Carl Worth  <cworth at cworth.org>
+
+	Fix for bug #3915:
+
+	* src/cairo-pattern.c: (_cairo_pattern_nil_for_status): Add new
+	NULL_POINTER nil pattern.
+
+	* src/cairo-pattern.c: (cairo_pattern_create_for_surface): Check
+	for surface == NULL and return a nil pattern.
+	
+	* test/nil-surface.c: (draw): Verify that the above fix works.
+
 2005-08-18  Carl Worth  <cworth at cworth.org>
 
 	Fix for bug #4088:



More information about the cairo-commit mailing list