diff options
author | Paulo C. A. Cavalcanti Jr <paulo.cavalcanti@intel.com> | 2013-02-16 11:10:47 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@efl.so> | 2013-02-16 11:14:40 +0100 |
commit | 04e660c5c76fa9168be08de1f979a1684c464154 (patch) | |
tree | f20481fe3e52886e9e9dc33f6053425c5ab00328 /AUTHORS | |
parent | b6c89728a859c9fa2e0ea9c60191ba7d7b64abc5 (diff) | |
download | efl-04e660c5c76fa9168be08de1f979a1684c464154.tar.gz |
evas: Introduce pixel_alpha_get()
The _pixel_alpha_get() function used in evas_object_image_is_inside won't
work with engines other than software - since it relies on engine data
being *always* RGBA_Image * - which is wrong for OpenGL backend that uses
Evas_GL_Image * for "engine_data" pointer.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -122,6 +122,8 @@ Eduardo Lima (Etrunko) <eblima@gmail.com> Leandro Dorileo (dorileo) <dorileo@profusion.mobi> Patryk Kaczmarek <patryk.k@samsung.com> Zbigniew Kosinski <z.kosinski@samsung.com> +Paulo C. A. Cavalcanti Jr <paulo.cavalcanti@intel.com> + Ecore ----- |