diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-08-13 02:30:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-13 02:30:23 +0000 |
commit | 81df15dbd47a1975a48da2a5c6e19b3ae4a4142d (patch) | |
tree | ae99587156e049c2ce8b6f0c1a8649842c04dc18 /gdk-pixbuf/ChangeLog | |
parent | f7c5f43a721054080ca4caaa55363ec879b7d013 (diff) | |
download | gdk-pixbuf-81df15dbd47a1975a48da2a5c6e19b3ae4a4142d.tar.gz |
Properly determine the number of colors in an OS/2 BMP file. (#150003,
Thu Aug 12 22:19:12 2004 Matthias Clasen <maclas@gmx.de>
* io-bmp.c (DecodeHeader): Properly determine the number of
colors in an OS/2 BMP file. (#150003, Jon-Kare Hellan)
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index f8e3af938..1b964c6fc 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 12 22:19:12 2004 Matthias Clasen <maclas@gmx.de> + + * io-bmp.c (DecodeHeader): Properly determine the number of + colors in an OS/2 BMP file. (#150003, Jon-Kare Hellan) + 2004-08-12 Matthias Clasen <mclasen@redhat.com> * pixops/pixops.c: Remove C99-isms. (#149967, Vincent Noel) |