summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-11-07 13:15:10 -0500
committerChris Michael <cp.michael@samsung.com>2014-11-07 13:15:10 -0500
commit3ef4ca19bcce2b63b72a24cdc632daf19f1476cb (patch)
treea77270f2c83df18c1247dc6293902a7b073643e0
parentd36166f4af85fb600d0d3ef37c3342ad912b8072 (diff)
downloadenlightenment-3ef4ca19bcce2b63b72a24cdc632daf19f1476cb.tar.gz
Fix incorrect return value when creating native surface for wayland
clients Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/bin/e_pixmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index b4b639a14b..1f0c5ca26f 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: