[cairo-commit] cairo ChangeLog,1.913,1.914
Carl Worth
commit at pdx.freedesktop.org
Fri Aug 19 07:39:50 PDT 2005
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.45, 1.46 Makefile.am, 1.81,
1.82 nil-surface-ref.png, NONE, 1.1 nil-surface.c, NONE, 1.1
- Next message: [cairo-commit] cairo/src cairo-pattern.c,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.45, 1.46 Makefile.am, 1.81,
1.82 nil-surface-ref.png, NONE, 1.1 nil-surface.c, NONE, 1.1
- Next message: [cairo-commit] cairo/src cairo-pattern.c,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list