gsk: Move GskRoundedRect typedef

typedef should go into *types.h headers so that other headers only need
to include those.
This commit is contained in:
Benjamin Otte 2023-09-10 23:32:54 +02:00
parent dd7d145249
commit 55ae8dc39e
2 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,6 @@ G_BEGIN_DECLS
GRAPHENE_SIZE_INIT(0, 0),\
}}
typedef struct _GskRoundedRect GskRoundedRect;
struct _GskRoundedRect
{
graphene_rect_t bounds;

View File

@ -31,6 +31,7 @@ typedef struct _GskPathMeasure GskPathMeasure;
typedef struct _GskPathPoint GskPathPoint;
typedef struct _GskRenderer GskRenderer;
typedef struct _GskRenderNode GskRenderNode;
typedef struct _GskRoundedRect GskRoundedRect;
typedef struct _GskStroke GskStroke;
typedef struct _GskTransform GskTransform;