diff options
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r-- | src/Patchage.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp index b234b0d..9183b7e 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -112,6 +112,7 @@ protected: void on_decrease_font_size(); void on_normal_font_size(); void on_legend_color_change(int id, const std::string& label, uint32_t rgba); + void on_messages_resized(Gtk::Allocation& alloc); bool on_scroll(GdkEventScroll* ev); @@ -183,6 +184,7 @@ protected: Glib::RefPtr<Gtk::TextTag> _error_tag; Glib::RefPtr<Gtk::TextTag> _warning_tag; + bool _pane_initialized; bool _attach; bool _driver_detached; bool _refresh; |