emotion/smart - Use ARGB32 when it's the format returned by the module.

SVN revision: 62542
This commit is contained in:
Rafael Antognolli 2011-08-17 19:37:31 +00:00
parent 5f16c0ba14
commit 223291ffc1
1 changed files with 1 additions and 0 deletions

View File

@ -1520,6 +1520,7 @@ _pixels_get(void *data, Evas_Object *obj)
}
else if (format == EMOTION_FORMAT_BGRA)
{
evas_object_image_colorspace_set(obj, EVAS_COLORSPACE_ARGB8888);
if (sd->module->bgra_data_get(sd->video, &bgra_data))
{
evas_object_image_data_set(obj, bgra_data);