mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Fix typo
This commit is contained in:
parent
d3831729a0
commit
ada8882b61
@ -2288,7 +2288,7 @@ meta_window_actor_pre_paint (MetaWindowActor *self)
|
||||
return;
|
||||
}
|
||||
|
||||
if (priv->received_damage && !self->unredirected)
|
||||
if (priv->received_damage && !self->priv->unredirected)
|
||||
{
|
||||
meta_error_trap_push (display);
|
||||
XDamageSubtract (xdisplay, priv->damage, None, None);
|
||||
|
Loading…
Reference in New Issue
Block a user