Fix typo
This commit is contained in:
parent
d3831729a0
commit
ada8882b61
@ -2288,7 +2288,7 @@ meta_window_actor_pre_paint (MetaWindowActor *self)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (priv->received_damage && !self->unredirected)
|
if (priv->received_damage && !self->priv->unredirected)
|
||||||
{
|
{
|
||||||
meta_error_trap_push (display);
|
meta_error_trap_push (display);
|
||||||
XDamageSubtract (xdisplay, priv->damage, None, None);
|
XDamageSubtract (xdisplay, priv->damage, None, None);
|
||||||
|
Loading…
Reference in New Issue
Block a user