devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=3ef4ca19bcce2b63b72a24cdc632daf19f1476cb
commit 3ef4ca19bcce2b63b72a24cdc632daf19f1476cb Author: Chris Michael <[email protected]> Date: Fri Nov 7 13:15:10 2014 -0500 Fix incorrect return value when creating native surface for wayland clients Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_pixmap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c index b4b639a..1f0c5ca 100644 --- a/src/bin/e_pixmap.c +++ b/src/bin/e_pixmap.c @@ -566,6 +566,7 @@ e_pixmap_native_surface_init(E_Pixmap *cp, Evas_Native_Surface *ns) ns->data.opengl.y = 0; ns->data.opengl.w = cp->w; ns->data.opengl.h = cp->h; + ret = EINA_TRUE; #endif break; default: --
