Fix incorrect return value when creating native surface for wayland

clients

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-11-07 13:15:10 -05:00
parent d36166f4af
commit 3ef4ca19bc
1 changed files with 1 additions and 0 deletions

View File

@ -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: