mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
MetaBackgroundActor: queue a redraw when the background changes
When the MetaBackground changes, queue the actor for redraw.
This commit is contained in:
parent
c39f18c2d4
commit
272e1fb296
@ -708,6 +708,7 @@ on_background_changed (MetaBackground *background,
|
|||||||
MetaBackgroundActor *self)
|
MetaBackgroundActor *self)
|
||||||
{
|
{
|
||||||
invalidate_pipeline (self, CHANGED_BACKGROUND);
|
invalidate_pipeline (self, CHANGED_BACKGROUND);
|
||||||
|
clutter_actor_queue_redraw (CLUTTER_ACTOR (self));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user