[mutter/wayland] background-group: Fix cast warning



commit 858db7081aa05790cdd6afbf0725d91b42586c78
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Nov 21 15:14:40 2013 -0500

    background-group: Fix cast warning

 src/compositor/meta-background-group.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/compositor/meta-background-group.c b/src/compositor/meta-background-group.c
index 3d680de..092dd18 100644
--- a/src/compositor/meta-background-group.c
+++ b/src/compositor/meta-background-group.c
@@ -46,7 +46,7 @@ meta_background_group_set_clip_region (MetaBackgroundGroup *self,
                                        cairo_region_t      *region)
 {
   ClutterActor *child;
-  for (child = clutter_actor_get_first_child (self);
+  for (child = clutter_actor_get_first_child (CLUTTER_ACTOR (self));
        child != NULL;
        child = clutter_actor_get_next_sibling (child))
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]