efl/legacy/ecore/src
Mariusz Grzegorczyk a3dd1169da From: Mariusz Grzegorczyk <mariusz.g@samsung.com>
Subject: [E-devel] Ecore: Save proper evas engine buffer depth when
_ecore_evas_resize is done

I have found bug in ecore evas buffer. It is created by default as RGB32,
and then it can be changed by ecore_evas_alpha_set function, but when resize
is done it is always created as ARGB32.

Patch in attachment checks in resize if alpha channel is set, and then set
appropriate buffer depth.



SVN revision: 71537
2012-05-30 07:05:50 +00:00
..
bin ecore: don't build binary if not requested. 2011-11-20 14:37:14 +00:00
examples Adding an Ecore_exe example to documentation. 2012-05-16 17:23:51 +00:00
lib From: Mariusz Grzegorczyk <mariusz.g@samsung.com> 2012-05-30 07:05:50 +00:00
modules ecore_imf_xim: Rename variable to avoid shadowing 2012-05-26 22:01:53 +00:00
tests ecore/tests: Remove unused var and mark unused parameter 2012-05-26 22:01:58 +00:00
util Ecore: Add 'makekeys' utility (used for compiling new xcb stuff) 2011-07-14 15:43:49 +00:00
Makefile.am Ecore: Add 'makekeys' utility (used for compiling new xcb stuff) 2011-07-14 15:43:49 +00:00