mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 09:19:31 +00:00
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:

committed by
Jonas Ådahl

parent
b8a49a682e
commit
1d2913d9b9
@ -37,7 +37,7 @@ META_EXPORT
|
||||
G_DECLARE_FINAL_TYPE (MetaShapedTexture,
|
||||
meta_shaped_texture,
|
||||
META, SHAPED_TEXTURE,
|
||||
ClutterActor)
|
||||
GObject)
|
||||
|
||||
|
||||
META_EXPORT
|
||||
|
Reference in New Issue
Block a user