From 40aa7e5e9034321f8af0b3067bd5f3005c537d5d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 21 Feb 2014 17:28:47 +0100 Subject: first part of merging windows and wine VST libfst is now very ardour specific (no longer compatible with /upstream/) --- libs/ardour/ardour/vst_types.h | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'libs/ardour') diff --git a/libs/ardour/ardour/vst_types.h b/libs/ardour/ardour/vst_types.h index 47308aff73..2d273f1bc5 100644 --- a/libs/ardour/ardour/vst_types.h +++ b/libs/ardour/ardour/vst_types.h @@ -62,6 +62,7 @@ struct LIBARDOUR_API _VSTHandle void* dll; char* name; char* nameptr; + char* path; main_entry_t main_entry; @@ -90,13 +91,16 @@ struct LIBARDOUR_API _VSTState void (* eventProc) (void * event); VSTHandle* handle; - - int width; - int height; - int wantIdle; - int destroy; - int vst_version; - int has_editor; + + int width; + int height; + int wantIdle; + + int voffset; + int gui_shown; + int destroy; + int vst_version; + int has_editor; int program_set_without_editor; -- cgit v1.2.3