From: Chris Michael Date: Thu, 13 Jun 2013 13:50:38 +0000 (+0100) Subject: Set surface's resource client to NULL initially X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caeae50db36ea853f5416db0cecba105ff3f12dc;p=platform%2Fupstream%2Fenlightenment.git Set surface's resource client to NULL initially Signed-off-by: Chris Michael --- diff --git a/src/bin/e_wayland/e_surface.c b/src/bin/e_wayland/e_surface.c index 941aa51004..89f709cb99 100644 --- a/src/bin/e_wayland/e_surface.c +++ b/src/bin/e_wayland/e_surface.c @@ -58,6 +58,8 @@ e_surface_new(unsigned int id) UINT32_MAX, UINT32_MAX); /* setup the surface object */ + es->wl.resource.client = NULL; + es->wl.resource.object.id = id; es->wl.resource.object.interface = &wl_surface_interface; es->wl.resource.object.implementation =