Home
last modified time | relevance | path

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

/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dutils.c48 else if (CONFIG_BAR_W > 0) { in get_num_bars()
154 else if (CONFIG_BAR_W > 0) { in update_num_bars()
155 int added_bar_w = CONFIG_BAR_W; in update_num_bars()
H A Dconfig.c55 int CONFIG_BAR_W = 0; variable
91 deadbeef->conf_set_int (CONFSTR_MS_BAR_W, CONFIG_BAR_W); in save_config()
136 CONFIG_BAR_W = deadbeef->conf_get_int (CONFSTR_MS_BAR_W, 0); in load_config()
H A Dconfig.h75 extern int CONFIG_BAR_W;
H A Dconfig_dialog.c552 if (CONFIG_BAR_W > 0) { in on_button_config()
668 gtk_spin_button_set_value (GTK_SPIN_BUTTON (bar_width), CONFIG_BAR_W); in on_button_config()
701 CONFIG_BAR_W = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (bar_width)); in on_button_config()
H A Dspectrum.c389 if (CONFIG_GAPS || CONFIG_BAR_W > 1) in draw_static_content()
569 if (CONFIG_GAPS || CONFIG_BAR_W > 1) in spectrum_draw_custom()