window-actor: Clean up whitespace

This commit is contained in:
Jasper St. Pierre 2014-02-05 14:12:37 -05:00
parent 7a33fa6817
commit f64cea3fc3

View File

@ -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