mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
surface-actor-x11: Fix "incompatible pointer type" error
Caused by e73c46ce03
This commit is contained in:
parent
9cb1c95e49
commit
ecc254c659
@ -205,7 +205,7 @@ meta_surface_actor_x11_process_damage (MetaSurfaceActor *actor,
|
|||||||
priv->does_full_damage = TRUE;
|
priv->does_full_damage = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_visible (actor))
|
if (!is_visible (self))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
cogl_texture_pixmap_x11_update_area (priv->texture, x, y, width, height);
|
cogl_texture_pixmap_x11_update_area (priv->texture, x, y, width, height);
|
||||||
|
Loading…
Reference in New Issue
Block a user