[cairo-commit] cairo ChangeLog,1.1063,1.1064

Carl Worth commit at pdx.freedesktop.org
Mon Sep 19 17:24:54 PDT 2005


Committed by: cworth

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

Modified Files:
	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.1063
retrieving revision 1.1064
diff -u -d -r1.1063 -r1.1064
--- ChangeLog	19 Sep 2005 21:24:00 -0000	1.1063
+++ ChangeLog	20 Sep 2005 00:24:52 -0000	1.1064
@@ -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