From 6bef80f5e1bdf724a77ef989ce9a7205f426a378 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Apr 2012 02:07:08 +0000 Subject: Show non-resizable plugin UIs properly. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4228 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/PluginUI.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ingen/client') diff --git a/ingen/client/PluginUI.hpp b/ingen/client/PluginUI.hpp index 48c80ca2..a4804b4c 100644 --- a/ingen/client/PluginUI.hpp +++ b/ingen/client/PluginUI.hpp @@ -54,16 +54,20 @@ public: uint32_t format, const void* buffer); + bool is_resizable() const; + Ingen::Shared::World* world() const { return _world; } SharedPtr node() const { return _node; } private: - PluginUI(Ingen::Shared::World* world, - SharedPtr node); + PluginUI(Ingen::Shared::World* world, + SharedPtr node, + const LilvNode* ui_node); Ingen::Shared::World* _world; SharedPtr _node; SuilInstance* _instance; + LilvNode* _ui_node; static SuilHost* ui_host; -- cgit v1.2.1