GNOME Bugzilla – Bug 783512
Resetting the ChangedFlags of MetaBackgroundActor is needed
Last modified: 2017-08-21 20:43:58 UTC
Resetting the ChangedFlags is needed after it is used. Without resetting it, Cogl pipeline setting code runs repeatedly.
Created attachment 353328 [details] [review] MetaBackgroundActor: Reset ChangedFlags after it is used
Created attachment 358090 [details] [review] meta-background-actor: Unset flags when they are not valid anymore Currently, the flags that describe what is changed are never unsetted. Unset each flag just after using them.
Review of attachment 358090 [details] [review]: LGTM
Comment on attachment 358090 [details] [review] meta-background-actor: Unset flags when they are not valid anymore Attachment 358090 [details] pushed as 1684798 - meta-background-actor: Unset flags when they are not valid anymore