summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
diff options
context:
space:
mode:
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