From 6eabb5aa549254c2272cedee26d4245f31f2dc7a Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Sat, 15 Oct 2022 10:02:35 +0200 Subject: Update sound/spustream, clean up other examples --- examples/system/dynlink/library/dll_common.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'examples/system/dynlink/library/dll_common.h') diff --git a/examples/system/dynlink/library/dll_common.h b/examples/system/dynlink/library/dll_common.h index 315a993..6606bda 100644 --- a/examples/system/dynlink/library/dll_common.h +++ b/examples/system/dynlink/library/dll_common.h @@ -19,13 +19,12 @@ typedef struct { DRAWENV draw; uint32_t ot[OT_LEN]; uint8_t p[PACKET_LEN]; -} DB; +} Framebuffer; typedef struct { - uint16_t xres, yres; - DB db[2]; - uint32_t db_active; - uint8_t *db_nextpri; -} CONTEXT; + Framebuffer db[2]; + int db_active; + uint8_t *db_nextpri; +} RenderContext; #endif -- cgit v1.2.3