From 3a313cb7851b21631ef56193a441903a2e90df43 Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Fri, 17 May 2024 17:32:54 +0200 Subject: [PATCH] name the struct so that others could perform a forward declaration --- src/serum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serum.h b/src/serum.h index 2dfc523..0f91270 100644 --- a/src/serum.h +++ b/src/serum.h @@ -31,7 +31,7 @@ enum // returned flags that are added to the timings if there were rotations FLAG_RETURNED_V2_ROTATED64 = 0x20000, }; -typedef struct +typedef struct _Serum_Frame_Struc { // data for v1 Serum format UINT8* frame; // return the colorized frame