wayland-surface: Rename the subsurface extension to wl_subsurface

To match the interface name.
This commit is contained in:
Jasper St. Pierre
2014-10-06 20:19:45 -07:00
parent 49092397f2
commit bc81736e6b
2 changed files with 7 additions and 7 deletions

View File

@ -96,7 +96,7 @@ struct _MetaWaylandSurface
MetaWaylandSurfaceExtension xdg_popup;
MetaWaylandSurfaceExtension wl_shell_surface;
MetaWaylandSurfaceExtension gtk_surface;
MetaWaylandSurfaceExtension subsurface;
MetaWaylandSurfaceExtension wl_subsurface;
/* xdg_surface stuff */
struct wl_resource *xdg_shell_resource;