From e8c0c00b642f4eec28eb8c2f54bb8cb4347e7d48 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 12 Aug 2024 15:38:27 +0100 Subject: [PATCH] Fix the GType registration for graphene_box2d_t --- include/graphene-gobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/graphene-gobject.h b/include/graphene-gobject.h index 794eaa3..a5545e7 100644 --- a/include/graphene-gobject.h +++ b/include/graphene-gobject.h @@ -149,7 +149,7 @@ GType graphene_ray_get_type (void); G_DEFINE_AUTOPTR_CLEANUP_FUNC(graphene_ray_t, graphene_ray_free) -#define GRAPHENE_TYPE_BOX (graphene_box_get_type ()) +#define GRAPHENE_TYPE_BOX2D (graphene_box2d_get_type ()) GRAPHENE_AVAILABLE_IN_1_12 GType graphene_box2d_get_type (void);