diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-03-29 05:21:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-29 05:21:26 +0000 |
commit | 2aa05e973ee2709a6e3a1f5a5d538186d8c342f7 (patch) | |
tree | 502372cdbae8c92fa2e8220859677441904ee8f4 /gdk-pixbuf/ChangeLog | |
parent | 8e5713f3e089f7d565d78502312998cb6668a21c (diff) | |
download | gtk+-2aa05e973ee2709a6e3a1f5a5d538186d8c342f7.tar.gz |
Fix the update areas for incremental loading of compressed tgas. (#171883,
2005-03-29 Matthias Clasen <mclasen@redhat.com>
* io-tga.c (parse_rle_data): Fix the update areas for incremental
loading of compressed tgas. (#171883, David Costanzo)
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 6ad4c7b9c8..64b3493845 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2005-03-29 Matthias Clasen <mclasen@redhat.com> + + * io-tga.c (parse_rle_data): Fix the update areas for incremental + loading of compressed tgas. (#171883, David Costanzo) + 2005-03-27 Matthias Clasen <mclasen@redhat.com> * io-bmp.c (DoCompressed): Use the correct update regions for |