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:
parent
9b4e8695f3
commit
6894563667
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ static GParamSpec *obj_props[PROP_LAST];
|
|||
|
||||
struct _MetaRendererView
|
||||
{
|
||||
ClutterStageView parent;
|
||||
ClutterStageViewCogl parent;
|
||||
|
||||
MetaMonitorInfo *monitor_info;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue