From 414259a7f8c6e4de9f2a5835c9cc277db241bd68 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 18 Feb 2014 17:26:03 -0500 Subject: [PATCH] wayland: Fix cast warning It's sometimes hard to see around all the deprecation warnings. Sorry about that... --- 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 050ec38c2..12bb3d000 100644 --- a/src/wayland/meta-wayland-surface.c +++ b/src/wayland/meta-wayland-surface.c @@ -621,7 +621,7 @@ wl_surface_destructor (struct wl_resource *resource) surface_set_buffer (surface, NULL); double_buffered_state_destroy (&surface->pending); - clutter_actor_destroy (surface->surface_actor); + clutter_actor_destroy (CLUTTER_ACTOR (surface->surface_actor)); g_object_unref (surface->surface_actor); if (surface->resource)