From 4cf14c41effb26b5cf777c60599fd6fef3d6d3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 19 Aug 2016 15:12:09 +0800 Subject: [PATCH] wayland: Use correct GObject parent in subsurface role object The parent of MetaWaylandSurfaceRoleSubsurface is MetaWaylandSurfaceRoleActorSurface thus use that as the GObject parent. https://bugzilla.gnome.org/show_bug.cgi?id=770131 --- src/wayland/meta-wayland-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c index 1819d36a6..54cdcc9e2 100644 --- a/src/wayland/meta-wayland-surface.c +++ b/src/wayland/meta-wayland-surface.c @@ -109,7 +109,7 @@ G_DEFINE_TYPE (MetaWaylandPendingState, struct _MetaWaylandSurfaceRoleSubsurface { - MetaWaylandSurfaceRole parent; + MetaWaylandSurfaceRoleActorSurface parent; }; G_DEFINE_TYPE (MetaWaylandSurfaceRoleSubsurface,