GNOME Bugzilla – Bug 695881
background-group: Subclass ClutterActor, not ClutterGroup
Last modified: 2013-03-14 21:49:19 UTC
We use the new Clutter Actor API in the shell, so we really shouldn't be using ClutterGroup.
Created attachment 238928 [details] [review] background-group: Subclass ClutterActor, not ClutterGroup
Review of attachment 238928 [details] [review]: ++ ::: src/meta/meta-background-group.h @@ +12,1 @@ * MetaBackgroundActor when painting the group. It makes sure to only s/MetaBackgroundActor when painting the group/painting MetaBackgroundActor children/ (or something)
Attachment 238928 [details] pushed as 0bb8d29 - background-group: Subclass ClutterActor, not ClutterGroup I chose not to change the wording as MetaWindowGroup has the same issue -- perhaps we should change it in the future, as it also says that it's a subclass of ClutterGroup.