summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-08-31 15:09:43 +0000
committerOwen Taylor <otaylor@redhat.com>2005-08-31 15:09:43 +0000
commitd521fa3a759457b1b5ce18f8853507798071b599 (patch)
treeacd983a5485c8561d72ba9510645109e23f35308 /ChangeLog
parent568ce860264e63f86ae45258eb106fb7a74a33a3 (diff)
Handle displays which don't match the local endianness by byteswapping on GetImage/PutImage. (#4321, reported by Sjoerd Simons)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0191739bb..ab0cf9837 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
-2005-08-31 Carl Worth <cworth@cworth.org>
+2005-08-31 Owen Taylor <otaylor@redhat.com>
- * configure.in: Increment CAIRO_VERSION to 1.1.1 after making
- branch tag BRANCH_1_0.
+ * src/cairo-xlib-surface.c (_get_image_surface)
+ (_draw_image_surface): Handle displays which don't match
+ the local endianness by byteswapping on GetImage/PutImage.
+ (#4321, reported by Sjoerd Simons)
2005-08-31 Carl Worth <cworth@cworth.org>