summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-04-09 21:05:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-04-09 21:05:58 +0000
commitedab5bb5239573559aaccb7ce9afffac5435f496 (patch)
tree9d1336244e6b33cd4cbb792aab3581f2263d4396 /gtk2_ardour/plugin_ui.h
parent5a484d8f361c2ca2bb9e6efd460f4879176855eb (diff)
fixes for AU plugin GUIs, including the "hidden GUI shows up when app becomes active/focus again" bug
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3241 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index b612f4dcdf..d60d3fae22 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -220,6 +220,8 @@ class PluginUIWindow : public Gtk::Window
Gtk::Window* parent;
Gtk::VBox vbox;
bool non_gtk_gui;
+ bool was_visible;
+
void app_activated (bool);
void plugin_going_away ();