commit f483c1833050096d5b0293cd775c95b329eaf8da
parent bb842112810e7020fe2d7ccf301977416f5b708e
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Sat, 5 Mar 2022 17:38:15 +0100
Fix doc
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h
@@ -133,11 +133,11 @@ typedef struct clap_plugin_gui {
bool (*set_size)(const clap_plugin_t *plugin, uint32_t width, uint32_t height);
// Embbeds the plugin window into the given window.
- // [main-thread & floating]
+ // [main-thread & !floating]
bool (*set_parent)(const clap_plugin_t *plugin, const clap_window_t *window);
// Set the plugin floating window to stay above the given window.
- // [main-thread & !floating]
+ // [main-thread & floating]
bool (*set_transient)(const clap_plugin_t *plugin, const clap_window_t *window);
// Suggests a window title. Only for floating windows.