Update to latest LV2 atom extension.

Implement proper support for fixed size LV2 plugin UIs.


git-svn-id: svn://localhost/ardour2/branches/3.0@11757 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2012-03-25 17:17:40 +00:00
parent d8ee15df1a
commit 1716dc0ce6
8 changed files with 342 additions and 245 deletions

View file

@ -327,6 +327,12 @@ LV2PluginUI::get_preferred_width()
return r.width;
}
bool
LV2PluginUI::resizable()
{
return _lv2->ui_is_resizable();
}
int
LV2PluginUI::package(Gtk::Window& win)
{