commit e00773ef7ebb6eec41bc3bce4fedd834eeff66db parent 3efdae4ab63084c542d2c17f130c892dcca244af Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Thu, 3 Mar 2022 21:07:36 +0100 Better name Diffstat:
M | include/clap/ext/gui.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h @@ -107,9 +107,9 @@ typedef struct clap_plugin_gui { // This method does not change the size. // // [main-thread] - CLAP_NODISCARD bool (*compute_size_to_fit)(const clap_plugin_t *plugin, - uint32_t *width, - uint32_t *height); + CLAP_NODISCARD bool (*adjust_size)(const clap_plugin_t *plugin, + uint32_t *width, + uint32_t *height); // Sets the window size // Returns true if the size is supported.