Home
last modified time | relevance | path

Searched refs:no_context_update (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Drte_window.c2125 mainw->no_context_update = TRUE; in create_rte_window()
2133 mainw->no_context_update = FALSE; in create_rte_window()
2429 mainw->no_context_update = FALSE; in create_rte_window()
H A Dmainwindow.h1726 boolean no_context_update; ///< may be set temporarily to block wodget context updates member
H A Devents.c6298 mainw->no_context_update = TRUE; in create_render_details()
6699 mainw->no_context_update = FALSE; in create_render_details()
H A Dmain.c4290 mainw->no_context_update = FALSE; in real_main()
9728 mainw->no_context_update = TRUE;
9730 mainw->no_context_update = FALSE;
H A Dpreferences.c1593 mainw->no_context_update = TRUE; in apply_prefs()
2365 mainw->no_context_update = FALSE; in apply_prefs()
H A Dwidget-helper.c11882 if (mainw->no_context_update) return FALSE; in lives_widget_context_update()