Change wl_surface to a wl_resource
authorChris Michael <devilhorns@comcast.net>
Fri, 7 Jun 2013 17:33:54 +0000 (18:33 +0100)
committerChris Michael <devilhorns@comcast.net>
Fri, 7 Jun 2013 17:33:54 +0000 (18:33 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/e_wayland/e_surface.h

index 694f45c7f389476f8cf8bc286004daca4d2fd035..9d27ffd308ca0856752213b7789284e3192ef079 100644 (file)
@@ -11,7 +11,7 @@ struct _E_Surface
 {
    struct 
      {
-        struct wl_surface surface;
+        struct wl_resource resource;
         struct wl_list link;
      } wl;