clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 1a1f4944b36c9ea4ed62da513ffed3ca6c397060
parent 8430c6edf91708759a687efe16ff9ffc56801081
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri,  4 Mar 2022 10:17:51 +0100

Add comment

Diffstat:
Minclude/clap/ext/gui.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h @@ -40,6 +40,7 @@ static CLAP_CONSTEXPR const char CLAP_EXT_GUI[] = "clap.gui"; // Known windowing API +// If your windowing API is not listed here, please open an issue and we'll figure it out. enum { CLAP_GUI_API_WIN32, CLAP_GUI_API_X11,