summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-04-27 14:09:41 +0000
committerCarl Worth <cworth@cworth.org>2005-04-27 14:09:41 +0000
commitf3bc5e55541b53c414d066a1f6afb89e55f68a08 (patch)
tree53252708eb5910c0f57beeed388e4e87e3c89422 /ChangeLog
parent2f5b0808b8e19af0c8c9e5fbaef4051404f7d7e7 (diff)
Use 1 instead of 0 for width and height to avoid BadValue errors from XCreatePixmap.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d072218f..6dfceb5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-04-27 Carl Worth <cworth@cworth.org>
+ * test/cairo-test.c: (set_xlib_target), (cleanup_xlib_target):
+ Use 1 instead of 0 for width and height to avoid BadValue errors
+ from XCreatePixmap.
+
+2005-04-27 Carl Worth <cworth@cworth.org>
+
* test/.cvsignore:
* test/buffer-diff.c: (xunlink), (buffer_diff), (image_diff):
* test/buffer-diff.h: