Evas: Fix wayland_shm engine canvas_alpha return.

SVN revision: 69706
This commit is contained in:
Christopher Michael 2012-03-28 13:01:54 +00:00
parent f2c3f74547
commit 61a567a7e2
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ eng_canvas_alpha_get(void *data, void *context __UNUSED__)
Render_Engine *re = NULL;
if (!(re = (Render_Engine *)data)) return EINA_FALSE;
return EINA_TRUE;
return (re->ob->priv.destination_alpha);
}
/* module functions */