From 6720dc9cab2d0cb82ca7d45fb143ad4dfcafbf81 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Mar 2012 05:51:23 +0000 Subject: Show entire UI (with menu and status bar) for LV2 UI. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4091 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchBox.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/PatchBox.hpp') diff --git a/src/gui/PatchBox.hpp b/src/gui/PatchBox.hpp index bd275cbb..d6d03829 100644 --- a/src/gui/PatchBox.hpp +++ b/src/gui/PatchBox.hpp @@ -58,6 +58,8 @@ public: const Glib::RefPtr& xml); ~PatchBox(); + static SharedPtr create(App& app, SharedPtr patch); + void init_box(App& app); void set_patch(SharedPtr pc, SharedPtr view); void set_window(PatchWindow* win) { _window = win; } -- cgit v1.2.1