Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1483 boolean recoverable_layout; member
H A Dmultitrack.c927 if (is_startup) mainw->recoverable_layout = FALSE; in recover_layout_cancelled()
1027 mainw->recoverable_layout = FALSE; in recover_layout()
8877 if (prefs->ar_layout && !mt->event_list && !mainw->recoverable_layout) { in multitrack()
8894 } else if (mainw->recoverable_layout) { in multitrack()
9523 if (!mainw->recoverable_layout) sensitize(); in multitrack_delete()
21732 if (!mainw->recoverable_layout) eload_name = lives_strdup(eload_file); in load_event_list()
21804 mt->changed = mainw->recoverable_layout; in load_event_list()
21816 if (!mainw->recoverable_layout) { in load_event_list()
21875 if (!mainw->recoverable_layout) { in load_event_list()
21892 if (!mainw->recoverable_layout) { in load_event_list()
[all …]
H A Dsaveplay.c6656 mainw->recoverable_layout = TRUE;
6683 if (mainw->recoverable_layout) {
6716 if (!mainw->recoverable_layout && !mainw->recording_recovered) {
H A Dmain.c1387 mainw->recoverable_layout = mainw->recording_recovered = FALSE; in lives_init()
3962 if (mainw->recoverable_layout) { in lives_startup2()
3964 else mainw->recoverable_layout = FALSE; in lives_startup2()
H A Dinterface.c320 if (!CURRENT_CLIP_IS_VALID || mainw->foreign || mainw->multitrack || mainw->recoverable_layout) { in update_timer_bars()