Home
last modified time | relevance | path

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

/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig.c41 int CONFIG_ENABLE_VGRID = 1; variable
85 deadbeef->conf_set_int (CONFSTR_MS_ENABLE_VGRID, CONFIG_ENABLE_VGRID); in save_config()
129 CONFIG_ENABLE_VGRID = deadbeef->conf_get_int (CONFSTR_MS_ENABLE_VGRID, 1); in load_config()
H A Dconfig.h61 extern int CONFIG_ENABLE_VGRID;
H A Dconfig_dialog.c654 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (vgrid), CONFIG_ENABLE_VGRID); in on_button_config()
695 CONFIG_ENABLE_VGRID = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (vgrid)); in on_button_config()
H A Dspectrum.c399 if (CONFIG_ENABLE_VGRID && CONFIG_GAPS) { in draw_static_content()
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dvumeter.c96 static int CONFIG_ENABLE_VGRID = 1; variable
118 deadbeef->conf_set_int (CONFSTR_MS_ENABLE_VGRID, CONFIG_ENABLE_VGRID); in save_config()
153 CONFIG_ENABLE_VGRID = deadbeef->conf_get_int (CONFSTR_MS_ENABLE_VGRID, 1); in load_config()
648 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (vgrid), CONFIG_ENABLE_VGRID); in on_button_config()
679 CONFIG_ENABLE_VGRID = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (vgrid)); in on_button_config()
867 if (CONFIG_ENABLE_VGRID) { in vumeter_draw_bars()