Crash after exiting fix

pull/70/head
parent a27ec72f5b
commit 2b89281bb9

@ -330,7 +330,7 @@ char **yon_char_parse(char *parameters, int *size, char *divider){
yon_get_is_fullscreen(); yon_get_is_fullscreen();
yon_window_config_save(); yon_window_config_save();
} }
gtk_main_quit(); exit(0);
} }
void __yon_window_config_on_resize(); void __yon_window_config_on_resize();

@ -23,6 +23,7 @@
#include <map> #include <map>
#include <pwd.h> #include <pwd.h>
#include <set> #include <set>
#include <gtkmm.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <sys/stat.h> #include <sys/stat.h>

Loading…
Cancel
Save