diff options
Diffstat (limited to 'champlain/champlain-path-layer.c')
-rw-r--r-- | champlain/champlain-path-layer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/champlain/champlain-path-layer.c b/champlain/champlain-path-layer.c index 42aeeb0..7b2baa8 100644 --- a/champlain/champlain-path-layer.c +++ b/champlain/champlain-path-layer.c @@ -858,7 +858,7 @@ update_surface (ChamplainPathLayer *layer, cairo_surface_destroy (new_surface); } /* When only the right actor is visible, no merging is required */ - else if (!CLUTTER_ACTOR_IS_VISIBLE (priv->left_actor)) + else if (!clutter_actor_is_visible (priv->left_actor)) set_surface (CHAMPLAIN_EXPORTABLE (layer), priv->right_surface); } |