clap

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

commit 4f3aecb1576850425999ec59033d63cbebdc6b13
parent 36dcb18fbe4e1553ef4544c8054191f251e410fc
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sat,  5 Mar 2022 17:52:55 +0100

doc

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

diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h @@ -89,12 +89,12 @@ typedef struct clap_plugin_gui { // // If is_floating is true, then the window will not be managed by the host. The plugin // can set its window to stays above the parent window, see set_transient(). + // api may be null or blank for floating window. // // If is_floating is false, then the plugin has to embbed its window into the parent window, see // set_parent(). // // After this call, the GUI may not be visible yet; don't forget to call show(). - // // [main-thread] bool (*create)(const clap_plugin_t *plugin, const char *api, bool is_floating);