Evas: Fix wayland_shm engine canvas_alpha return.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 28 Mar 2012 13:01:54 +0000 (13:01 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 28 Mar 2012 13:01:54 +0000 (13:01 +0000)
SVN revision: 69706

legacy/evas/src/modules/engines/wayland_shm/evas_engine.c

index 17b17bf..dcf3aa1 100644 (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 */