mirror of
https://github.com/brl/mutter.git
synced 2025-07-24 02:18:02 +00:00
background-group: Subclass ClutterActor, not ClutterGroup
We use the new Clutter Actor API in the shell, so we really shouldn't be using ClutterGroup. https://bugzilla.gnome.org/show_bug.cgi?id=695881
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "meta-background-actor-private.h"
|
||||
#include "meta-background-group-private.h"
|
||||
|
||||
G_DEFINE_TYPE (MetaBackgroundGroup, meta_background_group, CLUTTER_TYPE_GROUP);
|
||||
G_DEFINE_TYPE (MetaBackgroundGroup, meta_background_group, CLUTTER_TYPE_ACTOR);
|
||||
|
||||
struct _MetaBackgroundGroupPrivate
|
||||
{
|
||||
|
Reference in New Issue
Block a user