surface-actor-x11: Fix "incompatible pointer type" error
Caused by e73c46ce033eb3b63c77a90eb2dabd9a2e7e3444
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…
x
Reference in New Issue
Block a user