Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects.c1186 if (mainw->swapped_clip == -1) { in swap_fg_bg_callback()
1190 mainw->swapped_clip = mainw->current_file; in swap_fg_bg_callback()
1191 else mainw->swapped_clip = mainw->pre_src_file; in swap_fg_bg_callback()
1192 } else mainw->swapped_clip = -1; in swap_fg_bg_callback()
H A Dmainwindow.h850 int swapped_clip; ///< maintains the current cliplist postion even if we swap fg and bg clips member
H A Dcallbacks.c5178 … LIVES_INT_TO_POINTER(mainw->swapped_clip == -1 ? mainw->current_file : mainw->swapped_clip));
5180 mainw->swapped_clip = -1;
5224 … LIVES_INT_TO_POINTER(mainw->swapped_clip == -1 ? mainw->current_file : mainw->swapped_clip));
5226 mainw->swapped_clip = -1;
H A Dsaveplay.c2430 mainw->swapped_clip = -1;
H A Dmain.c1515 mainw->swapped_clip = -1; in lives_init()