Implement support for reloading of config files.

Fixes #759.
This commit is contained in:
Renee D'Netto
2020-08-27 22:07:19 +10:00
parent 3c5fd4ba84
commit 943b6bc51b
3 changed files with 19 additions and 6 deletions

View File

@ -14,6 +14,7 @@ class Client {
public:
static Client *inst();
int main(int argc, char *argv[]);
void reset();
Glib::RefPtr<Gtk::Application> gtk_app;
Glib::RefPtr<Gdk::Display> gdk_display;