mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
rework 8e3b6c9ac (fstwin is C code, not C++)
This commit is contained in:
parent
4e8d705d99
commit
5dc2497100
7 changed files with 45 additions and 22 deletions
|
|
@ -220,7 +220,7 @@ static VSTState*
|
|||
fst_new (void)
|
||||
{
|
||||
VSTState* fst = (VSTState*) calloc (1, sizeof (VSTState));
|
||||
fst->init();
|
||||
vststate_init (fst);
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
fst->voffset = 50;
|
||||
fst->hoffset = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue