shaped-texture: Declare that we inherit from GObject

As per commit 75cffd0ec MetaShapedTexture is a GObject implementing the Clutter
Content interface.

Reflect this on the type declaration.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/796
This commit is contained in:
Marco Trevisan (Treviño) 2019-09-13 06:40:03 +02:00 committed by Jonas Ådahl
parent b8a49a682e
commit 1d2913d9b9

View File

@ -37,7 +37,7 @@ META_EXPORT
G_DECLARE_FINAL_TYPE (MetaShapedTexture,
meta_shaped_texture,
META, SHAPED_TEXTURE,
ClutterActor)
GObject)
META_EXPORT