From 41da621e29109a869ae4966d456436a7c677ee00 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 2 Dec 2020 00:06:46 +0100 Subject: [PATCH] Add a todo for decoupling Editor from VST2 --- src/wine-host/editor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wine-host/editor.h b/src/wine-host/editor.h index c5989fb5..db725239 100644 --- a/src/wine-host/editor.h +++ b/src/wine-host/editor.h @@ -84,7 +84,9 @@ class WindowClass { * window without using XEmbed. If anyone knows how to work around these two * issues, please let me know and I'll switch to using XEmbed again. * - * This workaround was inspired by LinVST. + * This workaround was inspired by LinVst. + * + * TODO: Decouple this from VST2 */ class Editor { public: