From caeae50db36ea853f5416db0cecba105ff3f12dc Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 13 Jun 2013 14:50:38 +0100 Subject: [PATCH] Set surface's resource client to NULL initially Signed-off-by: Chris Michael --- src/bin/e_wayland/e_surface.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_wayland/e_surface.c b/src/bin/e_wayland/e_surface.c index 941aa5100..89f709cb9 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 =