summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-02-18 17:26:03 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2014-02-18 17:26:03 -0500
commit414259a7f8c6e4de9f2a5835c9cc277db241bd68 (patch)
treecd0cdbf700ebb398855baee4b8eb480334387134
parent283a81eac0a2012ed7b1b9e758a5c5ab166d3863 (diff)
downloadmutter-414259a7f8c6e4de9f2a5835c9cc277db241bd68.tar.gz
wayland: Fix cast warning
It's sometimes hard to see around all the deprecation warnings. Sorry about that...
-rw-r--r--src/wayland/meta-wayland-surface.c2
1 files changed, 1 insertions, 1 deletions
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)