Fully implement the host side GUI extension

This commit is contained in:
Robbert van der Helm
2022-09-29 18:15:02 +02:00
parent dddcb84fd5
commit 87a9ac75b9
3 changed files with 77 additions and 0 deletions
+5
View File
@@ -152,6 +152,11 @@ using ClapMainThreadCallbackRequest =
clap::ext::latency::host::Changed,
clap::ext::audio_ports::host::IsRescanFlagSupported,
clap::ext::audio_ports::host::Rescan,
clap::ext::gui::host::ResizeHintsChanged,
clap::ext::gui::host::RequestResize,
clap::ext::gui::host::RequestShow,
clap::ext::gui::host::RequestHide,
clap::ext::gui::host::Closed,
clap::ext::note_ports::host::SupportedDialects,
clap::ext::note_ports::host::Rescan,
clap::ext::params::host::Rescan,