commit a3c4ff6d9db86151354099e85a9d57049510ac68 parent f5107d335879eb245c00df198b5d62b91a096f5d Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Fri, 3 Jun 2022 12:00:30 +0200 Doc. Diffstat:
M | include/clap/ext/gui.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h @@ -126,8 +126,8 @@ typedef struct clap_plugin_gui { // If the plugin prefers to work out the scaling factor itself by querying the OS directly, // then ignore the call. // - // Returns false if the call was ignored. - // Returns true if the scaling could be applied, false otherwise. + // Returns true if the scaling could be applied + // Returns false if the call was ignored, or the scaling could not be applied. // [main-thread] bool (*set_scale)(const clap_plugin_t *plugin, double scale);