Home
last modified time | relevance | path

Searched refs:forcesmon (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.c1492 boolean forcesmon = lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(prefsw->forcesmon)); in apply_prefs() local
1909 if (forcesmon != prefs->force_single_monitor) { in apply_prefs()
1910 prefs->force_single_monitor = forcesmon; in apply_prefs()
1911 set_boolean_pref(PREF_FORCE_SINGLE_MONITOR, forcesmon); in apply_prefs()
2544 … play_monitor != 0 && !lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(prefsw->forcesmon)) && in pmoni_gmoni_changed()
3312 prefsw->forcesmon = lives_standard_check_button_new((tmp = (_("Force single monitor"))), in create_prefs_dialog()
3318 lives_widget_set_no_show_all(prefsw->forcesmon, TRUE); in create_prefs_dialog()
3325 lives_signal_sync_connect(LIVES_GUI_OBJECT(prefsw->forcesmon), LIVES_WIDGET_TOGGLED_SIGNAL, in create_prefs_dialog()
5549 ACTIVE(forcesmon, TOGGLED); in create_prefs_dialog()
H A Dpreferences.h735 LiVESWidget *forcesmon; member