summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-19 17:27:22 +0000
committerCarl Worth <cworth@cworth.org>2005-09-19 17:27:22 +0000
commite54787b78d414d1f0ec5c139ac3c29904a5e3610 (patch)
tree209d7f111698578e3cf3fbf4ea8a6ed5998f7a02 /ChangeLog
parente39b2391717a04ccaab3367450bb01c2722736cc (diff)
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.
Remove clip-all from the XFAIL list since it works now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79625622c..c0c1c6703 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2005-09-19 Carl Worth <cworth@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@cworth.org>
+
Originally: 2005-09-19 Hans Breuer <hans@breuer.org>
* src/cairoint.h : win32 specific definitions for