Remember fullscreen state of secondary window in MEOW mode

This commit is contained in:
heckflosse
2017-07-15 14:12:17 +02:00
parent 76dba8fc7b
commit fbf8999016
4 changed files with 20 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ public:
//bool on_window_state_event(GdkEventWindowState* event);
void on_mainNB_switch_page(Gtk::Widget* page, guint page_num);
void set_title_decorated(Glib::ustring fname);
void setFullScreen (bool fullScreen) { isFullscreen = fullScreen; }
void on_realize ();
};