From 1c13d4b88af09ec860f1a78166731c5a10f20f29 Mon Sep 17 00:00:00 2001 From: Xaymar Date: Tue, 5 Aug 2025 08:27:09 +0200 Subject: [PATCH] Forgot to append the _t --- vst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vst.h b/vst.h index a57ba01..bcebe6f 100644 --- a/vst.h +++ b/vst.h @@ -97,7 +97,7 @@ enum VST_VERSION { /** Window/Editor Rectangle */ -struct vst_rect { +struct vst_rect_t { int16_t top; int16_t left; int16_t bottom; @@ -980,7 +980,7 @@ enum VST_EFFECT_OPCODE { /** Retrieve the client rect size of the plugins window. * If no window has been created, returns the default rect. * - * @param p_ptr Pointer of type 'struct vst_rect*'. + * @param p_ptr Pointer of type 'struct vst_rect_t*'. * @return On success, returns 1 and updates p_ptr to the rect. On failure, returns 0. */ VST_EFFECT_OPCODE_0D = 0x0D,