summaryrefslogtreecommitdiff
path: root/clutter-gtk/gtk-clutter-offscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'clutter-gtk/gtk-clutter-offscreen.c')
-rw-r--r--clutter-gtk/gtk-clutter-offscreen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter-gtk/gtk-clutter-offscreen.c b/clutter-gtk/gtk-clutter-offscreen.c
index 7243420..c4ebc94 100644
--- a/clutter-gtk/gtk-clutter-offscreen.c
+++ b/clutter-gtk/gtk-clutter-offscreen.c
@@ -25,7 +25,7 @@ gtk_clutter_offscreen_add (GtkContainer *container,
GTK_CONTAINER_CLASS (_gtk_clutter_offscreen_parent_class)->add (container, child);
if (offscreen->actor != NULL &&
- CLUTTER_ACTOR_IS_VISIBLE (offscreen->actor))
+ clutter_actor_is_visible (offscreen->actor))
{
/* force a relayout */
clutter_actor_queue_relayout (offscreen->actor);
@@ -41,7 +41,7 @@ gtk_clutter_offscreen_remove (GtkContainer *container,
GTK_CONTAINER_CLASS (_gtk_clutter_offscreen_parent_class)->remove (container, child);
if (offscreen->actor != NULL &&
- CLUTTER_ACTOR_IS_VISIBLE (offscreen->actor))
+ clutter_actor_is_visible (offscreen->actor))
{
/* force a relayout */
clutter_actor_queue_relayout (offscreen->actor);