mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 06:42:28 +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:
parent
b8a49a682e
commit
1d2913d9b9
@ -37,7 +37,7 @@ META_EXPORT
|
|||||||
G_DECLARE_FINAL_TYPE (MetaShapedTexture,
|
G_DECLARE_FINAL_TYPE (MetaShapedTexture,
|
||||||
meta_shaped_texture,
|
meta_shaped_texture,
|
||||||
META, SHAPED_TEXTURE,
|
META, SHAPED_TEXTURE,
|
||||||
ClutterActor)
|
GObject)
|
||||||
|
|
||||||
|
|
||||||
META_EXPORT
|
META_EXPORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user