mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
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
@ -35,7 +35,7 @@ static GParamSpec *obj_props[PROP_LAST];
|
||||
|
||||
struct _MetaRendererView
|
||||
{
|
||||
ClutterStageView parent;
|
||||
ClutterStageViewCogl parent;
|
||||
|
||||
MetaMonitorInfo *monitor_info;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user