clap

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

commit d90f84f527cb533c51f3d5dcc4de8ec75618a8b0
parent 3a19e92584cd176ca4090c58ee1b88b3893c504e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  4 Apr 2022 10:06:11 +0200

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 @@ -80,6 +80,7 @@ typedef struct clap_window { }; } clap_window_t; +// Information to improve window resizement when initiated by the host or window manager. typedef struct clap_gui_resize_hints { bool preseve_aspect_ratio; uint32_t aspect_ratio_width;