From f009b9ff6a24e95f7aba711f9ace5c6cbe952bcf Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 13 Jun 2002 22:11:53 +0000 Subject: [PATCH] Fix problem where when no alpha was involved, we scaled rather than Thu Jun 13 18:11:11 2002 Owen Taylor * pixops/pixops.c: Fix problem where when no alpha was involved, we scaled rather than composited, but then went ahead and composited anyways. (#76958, Patch from Matthias Clasen). Needs to be merged to GNOME 1.4 gdk-pixbuf. --- gdk-pixbuf/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index be7ddaf1d4..fb50ff35fd 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,11 @@ +Thu Jun 13 18:11:11 2002 Owen Taylor + + * pixops/pixops.c: Fix problem where when no alpha was + involved, we scaled rather than composited, but then + went ahead and composited anyways. (#76958, Patch + from Matthias Clasen). Needs to be merged to GNOME + 1.4 gdk-pixbuf. + 2002-06-13 Matthias Clasen * io-jpeg.c: Use libjpeg in buffered-image mode in order to