Removed GDK_BACKEND environment variable

pull/91/head
parent 9fcda37040
commit 203a2bb639

@ -230,7 +230,6 @@ main_window *yon_main_window_setup(){
} }
int main(int argc, char *argv[]){ int main(int argc, char *argv[]){
g_setenv("GDK_BACKEND","x11",1);
setlocale(LC_ALL, ""); setlocale(LC_ALL, "");
textdomain (LocaleName); textdomain (LocaleName);
yon_ubl_connect_config((_template_config*)&main_config); yon_ubl_connect_config((_template_config*)&main_config);

Loading…
Cancel
Save