diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-10-07 12:09:52 -0700 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-10-07 12:09:52 -0700 |
commit | f127ee3bdef7c5cbfe00a67494f3395cb70f95ce (patch) | |
tree | 723f87785ad53078da36d8c295bd28c23d6730d2 | |
parent | acd928044f76ed519dab36dd2e61ea3c9e7e1da2 (diff) | |
download | mutter-f127ee3bdef7c5cbfe00a67494f3395cb70f95ce.tar.gz |
wayland-surface: Fix a build coming from a bad rebase
-rw-r--r-- | src/wayland/meta-wayland-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c index 1032c5e04..2f92b140a 100644 --- a/src/wayland/meta-wayland-surface.c +++ b/src/wayland/meta-wayland-surface.c @@ -1684,7 +1684,7 @@ wl_subcompositor_get_subsurface (struct wl_client *client, } surface->wl_subsurface = wl_resource_create (client, &wl_subsurface_interface, wl_resource_get_version (resource), id); - wl_resource_set_implementation (surface->wl_subsurface, &meta_wayland_subsurface_interface, surface, wl_subsurface_destructor); + wl_resource_set_implementation (surface->wl_subsurface, &meta_wayland_wl_subsurface_interface, surface, wl_subsurface_destructor); pending_state_init (&surface->sub.pending); surface->sub.synchronous = TRUE; |