mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 08:46:26 -05:00
window-actor: Clean up whitespace
This commit is contained in:
parent
7a33fa6817
commit
f64cea3fc3
@ -893,9 +893,7 @@ meta_window_actor_damage_all (MetaWindowActor *self)
|
|||||||
cogl_texture_get_height (texture),
|
cogl_texture_get_height (texture),
|
||||||
clutter_actor_has_mapped_clones (priv->actor) ?
|
clutter_actor_has_mapped_clones (priv->actor) ?
|
||||||
NULL : priv->unobscured_region);
|
NULL : priv->unobscured_region);
|
||||||
|
priv->repaint_scheduled = priv->repaint_scheduled || redraw_queued;
|
||||||
priv->repaint_scheduled = priv->repaint_scheduled || redraw_queued;
|
|
||||||
|
|
||||||
priv->needs_damage_all = FALSE;
|
priv->needs_damage_all = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1937,9 +1935,7 @@ meta_window_actor_process_damage (MetaWindowActor *self,
|
|||||||
event->area.height,
|
event->area.height,
|
||||||
clutter_actor_has_mapped_clones (priv->actor) ?
|
clutter_actor_has_mapped_clones (priv->actor) ?
|
||||||
NULL : priv->unobscured_region);
|
NULL : priv->unobscured_region);
|
||||||
|
priv->repaint_scheduled = priv->repaint_scheduled || redraw_queued;
|
||||||
priv->repaint_scheduled = priv->repaint_scheduled || redraw_queued;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user