|
|
|
@ -905,7 +905,6 @@ template_main_window *yon_main_window_complete(main_window *widgets){
|
|
|
|
|
|
|
|
|
|
|
|
yon_save_window_set_postsave_function(on_save_done,widgets);
|
|
|
|
yon_save_window_set_postsave_function(on_save_done,widgets);
|
|
|
|
on_config_local_load(NULL,widgets);
|
|
|
|
on_config_local_load(NULL,widgets);
|
|
|
|
yon_proprietary_get_thread(NULL,(main_window*)widgets);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yon_gtk_combo_box_block_scroll(GTK_COMBO_BOX(widgets->KernelsCombo));
|
|
|
|
yon_gtk_combo_box_block_scroll(GTK_COMBO_BOX(widgets->KernelsCombo));
|
|
|
|
yon_gtk_combo_box_block_scroll(GTK_COMBO_BOX(widgets->OptirunCombo));
|
|
|
|
yon_gtk_combo_box_block_scroll(GTK_COMBO_BOX(widgets->OptirunCombo));
|
|
|
|
@ -943,7 +942,6 @@ void config_init(){
|
|
|
|
main_config.progress_active=0;
|
|
|
|
main_config.progress_active=0;
|
|
|
|
main_config.ports_table = g_hash_table_new_full(g_str_hash,g_str_equal,free,free);
|
|
|
|
main_config.ports_table = g_hash_table_new_full(g_str_hash,g_str_equal,free,free);
|
|
|
|
main_config.resolutions = g_hash_table_new_full(g_str_hash,g_str_equal,free,free);
|
|
|
|
main_config.resolutions = g_hash_table_new_full(g_str_hash,g_str_equal,free,free);
|
|
|
|
yon_packages_init();
|
|
|
|
|
|
|
|
yon_monitor_set_resolutions();
|
|
|
|
yon_monitor_set_resolutions();
|
|
|
|
yon_all_resolutions_update();
|
|
|
|
yon_all_resolutions_update();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -970,6 +968,8 @@ int main(int argc, char *argv[]){
|
|
|
|
data->data = widgets;
|
|
|
|
data->data = widgets;
|
|
|
|
yon_confirmation_dialog_call(widgets->HeadOverlay,data);
|
|
|
|
yon_confirmation_dialog_call(widgets->HeadOverlay,data);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
yon_packages_init();
|
|
|
|
|
|
|
|
yon_proprietary_get_thread(NULL,(main_window*)widgets);
|
|
|
|
gtk_main();
|
|
|
|
gtk_main();
|
|
|
|
yon_packages_finish();
|
|
|
|
yon_packages_finish();
|
|
|
|
return 0;
|
|
|
|
return 0;
|
|
|
|
|