Home
last modified time | relevance | path

Searched refs:frameblank_path (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.c422 if (set_string_pref(THEME_DETAIL_FRAMEBLANK_IMAGE, mainw->frameblank_path)) return; in set_palette_prefs()
472 if (set_string_pref(THEME_DETAIL_FRAMEBLANK_IMAGE, mainw->frameblank_path)) return; in set_palette_prefs()
1343 const char *frameblank_path = lives_entry_get_text(LIVES_ENTRY(prefsw->frameblank_entry)); in apply_prefs() local
1848 if (lives_strcmp(frameblank_path, mainw->frameblank_path)) { in apply_prefs()
1849 lives_snprintf(mainw->frameblank_path, PATH_MAX, "%s", frameblank_path); in apply_prefs()
4982 prefsw->frameblank_entry = lives_standard_fileentry_new(" ", mainw->frameblank_path, in create_prefs_dialog()
H A Dmainwindow.h1717 char frameblank_path[PATH_MAX]; member
H A Dmain.c945 lives_memset(mainw->frameblank_path, 0, 1); in pre_init()
2767 get_string_pref(THEME_DETAIL_FRAMEBLANK_IMAGE, mainw->frameblank_path, PATH_MAX); in set_palette_colours()
2845 lives_snprintf(mainw->frameblank_path, PATH_MAX, "%s", tmp); in set_palette_colours()
2851 lives_snprintf(mainw->frameblank_path, PATH_MAX, "%s", tmp); in set_palette_colours()
H A Dgui.c104 pixbuf = lives_pixbuf_new_from_file(mainw->frameblank_path, &error); in load_theme_images()
H A Dcallbacks.c1747 frameimg_ext = get_extension(mainw->frameblank_path);
1835 lives_cp(mainw->frameblank_path, frameimg);