From c65425c8b2ffa8c9c4071ec49a9eafb149f88969 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 7 Jun 2013 18:33:54 +0100 Subject: [PATCH] Change wl_surface to a wl_resource Signed-off-by: Chris Michael --- src/bin/e_wayland/e_surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_wayland/e_surface.h b/src/bin/e_wayland/e_surface.h index 694f45c7f..9d27ffd30 100644 --- a/src/bin/e_wayland/e_surface.h +++ b/src/bin/e_wayland/e_surface.h @@ -11,7 +11,7 @@ struct _E_Surface { struct { - struct wl_surface surface; + struct wl_resource resource; struct wl_list link; } wl;