Change wl_surface to a wl_resource

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-06-07 18:33:54 +01:00
parent e0df793db0
commit c65425c8b2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ struct _E_Surface
{
struct
{
struct wl_surface surface;
struct wl_resource resource;
struct wl_list link;
} wl;