Home
last modified time | relevance | path

Searched refs:PREF_STARTUP_INTERFACE (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.h966 #define PREF_STARTUP_INTERFACE "startup_interface" macro
H A Dstartup.c1353 set_int_pref(PREF_STARTUP_INTERFACE, prefs->startup_interface); in do_startup_interface_query()
H A Dpreferences.c2355 set_int_pref(PREF_STARTUP_INTERFACE, STARTUP_CE); in apply_prefs()
2360 set_int_pref(PREF_STARTUP_INTERFACE, STARTUP_MT); in apply_prefs()
H A Dmain.c1811 future_prefs->startup_interface = get_int_prefd(PREF_STARTUP_INTERFACE, STARTUP_CE); in lives_init()