diff --git a/src/compositor/meta-surface-actor-x11.c b/src/compositor/meta-surface-actor-x11.c index c8b3762e9..3563f96ad 100644 --- a/src/compositor/meta-surface-actor-x11.c +++ b/src/compositor/meta-surface-actor-x11.c @@ -205,7 +205,7 @@ meta_surface_actor_x11_process_damage (MetaSurfaceActor *actor, priv->does_full_damage = TRUE; } - if (!is_visible (actor)) + if (!is_visible (self)) return; cogl_texture_pixmap_x11_update_area (priv->texture, x, y, width, height);