[cairo-commit] cairo ChangeLog,1.1026.2.11,1.1026.2.12
Carl Worth
commit at pdx.freedesktop.org
Mon Sep 19 17:27:24 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv11122
Modified Files:
Tag: BRANCH_1_0
ChangeLog
Log Message:
2005-09-19 Carl Worth <cworth at cworth.org>
* src/cairo-xlib-surface.c: (_create_a8_picture): Avoid attempting
to create a size-0 Pixmap, (to prevent the associated X
error). This actually showed up when the clip region is
empty. Thanks to Radek DoulÃk for the bug report.
* test/Makefile.am:
* test/clip-all.c: (main): Remove clip-all from the XFAIL list
since it works now.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1026.2.11
retrieving revision 1.1026.2.12
diff -u -d -r1.1026.2.11 -r1.1026.2.12
--- ChangeLog 19 Sep 2005 21:28:39 -0000 1.1026.2.11
+++ ChangeLog 20 Sep 2005 00:27:22 -0000 1.1026.2.12
@@ -1,5 +1,16 @@
2005-09-19 Carl Worth <cworth at cworth.org>
+ * src/cairo-xlib-surface.c: (_create_a8_picture): Avoid attempting
+ to create a size-0 Pixmap, (to prevent the associated X
+ error). This actually showed up when the clip region is
+ empty. Thanks to Radek DoulÃk for the bug report.
+
+ * test/Makefile.am:
+ * test/clip-all.c: (main): Remove clip-all from the XFAIL list
+ since it works now.
+
+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
More information about the cairo-commit
mailing list