From 0f002c7f9373adca64a5cb2c7525692e336799d8 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 10 Mar 2011 12:13:25 +0000 Subject: [PATCH] chlog++ - and yes i know. backport to 1.0.1 - as i said already. will go over these when i get to it. SVN revision: 57669 --- legacy/evas/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index c9e39b7892..3cf24bfb70 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -155,3 +155,10 @@ 2011-03-10 Sung W. Park * Fix bug with yinvert handling of native surfaces. + +2011-03-10 Carsten Haitzler (The Rasterman) + + * Fix issue with loading alpha BMP's with "check if all pixel alpha + are 0 or not and then force alpha off if all are 0". This + means you can never have a 100% empty/transparent BMP though + in 32bpp mode.