diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-08-31 15:09:43 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2005-08-31 15:09:43 +0000 |
commit | d521fa3a759457b1b5ce18f8853507798071b599 (patch) | |
tree | acd983a5485c8561d72ba9510645109e23f35308 /ChangeLog | |
parent | 568ce860264e63f86ae45258eb106fb7a74a33a3 (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-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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> |