summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-14 21:49:20 -0400
committerDavid Robillard <d@drobilla.net>2016-10-14 21:49:20 -0400
commit883b9b94bae3e3ba1164d09ca398b2b1f856b35a (patch)
treeaff4461f64c920fc2c254e2bcd4fb6f9d99b5ba7 /src/gui/NodeModule.hpp
parent843d59675dbb4baecbc09712e5c020dfcc5f09df (diff)
downloadingen-883b9b94bae3e3ba1164d09ca398b2b1f856b35a.tar.gz
ingen-883b9b94bae3e3ba1164d09ca398b2b1f856b35a.tar.bz2
ingen-883b9b94bae3e3ba1164d09ca398b2b1f856b35a.zip
Fix initial display of embedded GUIs
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r--src/gui/NodeModule.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp
index 2d9a3333..86103a03 100644
--- a/src/gui/NodeModule.hpp
+++ b/src/gui/NodeModule.hpp
@@ -69,6 +69,7 @@ protected:
virtual bool on_double_click(GdkEventButton* ev);
+ bool idle_init();
bool on_event(GdkEvent* ev);
void on_embed_gui_toggled(bool embed);
@@ -94,6 +95,7 @@ protected:
SPtr<Client::PluginUI> _plugin_ui;
Gtk::Widget* _gui_widget;
Gtk::Window* _gui_window; ///< iff popped up
+ bool _initialised;
};
} // namespace GUI