diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-15 20:43:13 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-15 20:43:13 +0000 |
commit | 4997dc2aa5d89155452b5acbe3217aba51b4b6fb (patch) | |
tree | abf320d3a061b1a7618e38e95d089579a24ed696 /NEWS | |
parent | 51c6334d10cb7a57f7163417b35b67da63af8b31 (diff) | |
download | gdk-pixbuf-4997dc2aa5d89155452b5acbe3217aba51b4b6fb.tar.gz |
Fix byte shift arithmetic for big-endian. (Tracked down with help from
Fri Mar 15 15:37:01 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdrawable-x11.c (convert_to_format):
Fix byte shift arithmetic for big-endian. (Tracked
down with help from Tuomas Kuosmanen)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ Overview of Changes in GTK+ 1.3.15 ================================== * New stock and improved icon images - [Tuomas Kuosomann, Jakub Steiner, Anders Carlsson] + [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson] * Widget drawing improvements for check and radio buttons, spinbuttons [Soeren Sandmann] * Clean up module search path algorithm, use GTK_PATH [Owen Taylor] |