gpu: Move GskGpuClip declaration into types header

Makes it possible to use it in multiple places.
This commit is contained in:
Benjamin Otte 2024-09-11 08:33:53 +02:00
parent d320373262
commit e9735f0c35
2 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,6 @@ typedef enum {
GSK_GPU_CLIP_ROUNDED
} GskGpuClipComplexity;
typedef struct _GskGpuClip GskGpuClip;
struct _GskGpuClip
{
GskGpuClipComplexity type;

View File

@ -7,6 +7,7 @@
typedef struct _GskGpuBuffer GskGpuBuffer;
typedef struct _GskGpuCache GskGpuCache;
typedef struct _GskGpuClip GskGpuClip;
typedef guint32 GskGpuColorStates;
typedef struct _GskGpuDevice GskGpuDevice;
typedef struct _GskGpuFrame GskGpuFrame;