surface-actor-x11: Fix "incompatible pointer type" error

Caused by e73c46ce03
This commit is contained in:
Rico Tzschichholz 2014-08-22 07:38:08 +02:00
parent 9cb1c95e49
commit ecc254c659

View File

@ -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);