Merge pull request #842 from rdnetto/config-reloading

Implement support for reloading of config files.
This commit is contained in:
Alex
2021-01-18 12:06:25 +01:00
committed by GitHub
3 changed files with 19 additions and 6 deletions

View File

@ -19,6 +19,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;