background-group: Fix cast warning
This commit is contained in:
parent
5af7f619c8
commit
858db7081a
@ -46,7 +46,7 @@ meta_background_group_set_clip_region (MetaBackgroundGroup *self,
|
|||||||
cairo_region_t *region)
|
cairo_region_t *region)
|
||||||
{
|
{
|
||||||
ClutterActor *child;
|
ClutterActor *child;
|
||||||
for (child = clutter_actor_get_first_child (self);
|
for (child = clutter_actor_get_first_child (CLUTTER_ACTOR (self));
|
||||||
child != NULL;
|
child != NULL;
|
||||||
child = clutter_actor_get_next_sibling (child))
|
child = clutter_actor_get_next_sibling (child))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user