diff options
author | Manish Singh <yosh@gimp.org> | 2004-11-27 23:19:03 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-11-27 23:19:03 +0000 |
commit | 79a042ab38edcc6d19cf67b70f9f2e3f9d0e1d35 (patch) | |
tree | c4d3ba4aa1172b31aff8e123b50fb62dac508c62 /ChangeLog.pre-2-6 | |
parent | 19463a94093d9d2a35891734160336696e9bd7ef (diff) | |
download | gtk+-79a042ab38edcc6d19cf67b70f9f2e3f9d0e1d35.tar.gz |
make proper casts in big endian cases.
Sat Nov 27 15:18:14 2004 Manish Singh <yosh@gimp.org>
* contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
(rgb565amsb, rgb555msb): make proper casts in big endian cases.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e87b10d190..bc1b7ede6a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sat Nov 27 15:18:14 2004 Manish Singh <yosh@gimp.org> + + * contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c + (rgb565amsb, rgb555msb): make proper casts in big endian cases. + 2004-11-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_set_model): Check column types on the |