summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-09-27 13:25:06 +0000
committerTor Lillqvist <tml@novell.com>2005-09-27 13:25:06 +0000
commitb8a08fbea6b287563653ba935fabdb5f8c1f329b (patch)
tree25c5154880c093a8ea6078a18edaa75118ab9541 /ChangeLog
parent4b1fca82a877df391b47638b3f00f1c44873c82c (diff)
Bug #4602, reviewed by cworth.
Avoid creating size-0 bitmap, which fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5504f9c3f..15c5b2c44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-27 T Rowley <tim.rowley@gmail.com>
+
+ Bug #4602, reviewed by cworth.
+
+ * src/cairo-win32-surface.c (_create_dc_and_bitmap):
+ Avoid creating size-0 bitmap, which fails.
+
2005-09-27 Carl Worth <cworth@cworth.org>
* ROADMAP: Note that bug #4409 (Dashes are missing initial caps)