comparison src/main.c @ 469:a05c72927e23

Rename few functions and replace fullscreen info with image overlay template string. fullscreen_info_default_cb() -> image_overlay_default_template_cb() fullscreen_info_default_ok_cb() -> image_overlay_default_template_ok_cb() set_default_fullscreen_info() -> set_default_image_overlay_template_string() (moved to image-overlay.h)
author zas_
date Mon, 21 Apr 2008 20:12:49 +0000
parents 2df505c60459
children 48c8e49b571c
comparison
equal deleted inserted replaced
468:2df505c60459 469:a05c72927e23
1236 { 1236 {
1237 options->color_profile.input_file[i] = NULL; 1237 options->color_profile.input_file[i] = NULL;
1238 options->color_profile.input_name[i] = NULL; 1238 options->color_profile.input_name[i] = NULL;
1239 } 1239 }
1240 1240
1241 set_default_fullscreen_info(options); 1241 set_default_image_overlay_template_string(options);
1242 sidecar_ext_add_defaults(); 1242 sidecar_ext_add_defaults();
1243 options->layout.order = g_strdup("123"); 1243 options->layout.order = g_strdup("123");
1244 } 1244 }
1245 1245
1246 static void exit_program_final(void) 1246 static void exit_program_final(void)