mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 15:45:54 +00:00
Fix up for latest Clutter deprecations
https://bugzilla.gnome.org/show_bug.cgi?id=678917
This commit is contained in:
@@ -46,12 +46,12 @@ typedef struct _MetaWindowActorPrivate MetaWindowActorPrivate;
|
||||
|
||||
struct _MetaWindowActorClass
|
||||
{
|
||||
ClutterGroupClass parent_class;
|
||||
ClutterActorClass parent_class;
|
||||
};
|
||||
|
||||
struct _MetaWindowActor
|
||||
{
|
||||
ClutterGroup parent;
|
||||
ClutterActor parent;
|
||||
|
||||
MetaWindowActorPrivate *priv;
|
||||
};
|
||||
|
Reference in New Issue
Block a user