comparison src/image-overlay.c @ 318:b16b9b8979e5

Add a new struct ConfOptions to handle options. Changes were made among the code to use only one global var named "options" of type ConfOptions *. Initialization takes place in new init_options().
author zas_
date Fri, 11 Apr 2008 22:14:36 +0000
parents 49eaa6463492
children d344bcf37618
comparison
equal deleted inserted replaced
317:46169c246c51 318:b16b9b8979e5
327 { 327 {
328 text = g_strdup_printf(_("Untitled")); 328 text = g_strdup_printf(_("Untitled"));
329 } 329 }
330 else 330 else
331 { 331 {
332 text = image_osd_mkinfo(fullscreen_info, imd, vars); 332 text = image_osd_mkinfo(options->fullscreen_info, imd, vars);
333 } 333 }
334 334
335 g_free(size); 335 g_free(size);
336 g_free(ct); 336 g_free(ct);
337 g_free(name_escaped); 337 g_free(name_escaped);