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

@ -159,6 +159,7 @@ PluginUIWindow::PluginUIWindow (
}
set_default_size (w, h);
set_resizable (_pluginui->resizable());
}
PluginUIWindow::~PluginUIWindow ()