1
0
Fork 0

MetaRendererView: Fix GObject parent

Set ClutterStageViewCogl as parent of MetaRendererView, since that is
the actual parent.

https://bugzilla.gnome.org/show_bug.cgi?id=768976
This commit is contained in:
Jonas Ådahl 2016-07-25 16:58:25 +08:00
parent 9b4e8695f3
commit 6894563667

View file

@ -35,7 +35,7 @@ static GParamSpec *obj_props[PROP_LAST];
struct _MetaRendererView
{
ClutterStageView parent;
ClutterStageViewCogl parent;
MetaMonitorInfo *monitor_info;
};