Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1643 char *urgency_msg; member
H A Dutils.c2511 lives_freep((void **)&mainw->urgency_msg); in d_print_urgency()
2514 mainw->urgency_msg = lives_strdup(text); in d_print_urgency()
2530 …if (LIVES_IS_PLAYING && prefs->show_overlay_msgs && !(mainw->urgency_msg && prefs->show_urgency_ms… in d_print_overlay()
H A Dmain.c1517 mainw->urgency_msg = mainw->overlay_msg = NULL; in lives_init()
7836 if (mainw->urgency_msg && prefs->show_urgency_msgs) { in check_for_overlay_text()
7839 lives_freep((void **)&mainw->urgency_msg); in check_for_overlay_text()
7842 render_text_overlay(layer, mainw->urgency_msg); in check_for_overlay_text()
H A Devents.c3282 if (!mainw->urgency_msg && weed_plant_has_leaf(next_event, WEED_LEAF_OVERLAY_TEXT)) { in process_events()
3283 mainw->urgency_msg = weed_get_string_value(next_event, WEED_LEAF_OVERLAY_TEXT, NULL); in process_events()
H A Dsaveplay.c3022 lives_freep((void **)&mainw->urgency_msg);
H A Dcallbacks.c5100 if (prefs->show_overlay_msgs && !(mainw->urgency_msg && prefs->show_urgency_msgs))