Home
last modified time | relevance | path

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

/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig.c53 int CONFIG_WINDOW = 0; variable
100 deadbeef->conf_set_int (CONFSTR_MS_WINDOW, CONFIG_WINDOW); in save_config()
124 CONFIG_WINDOW = deadbeef->conf_get_int (CONFSTR_MS_WINDOW, BLACKMAN_HARRIS); in load_config()
H A Dconfig.h73 extern int CONFIG_WINDOW;
H A Dutils.c124 switch (CONFIG_WINDOW) { in create_window_table()
H A Dconfig_dialog.c672 gtk_combo_box_set_active (GTK_COMBO_BOX (window), CONFIG_WINDOW); in on_button_config()
749 CONFIG_WINDOW = BLACKMAN_HARRIS; in on_button_config()
752 CONFIG_WINDOW = HANNING; in on_button_config()
/dports/audio/ripperx/ripperX-2.7.3/src/
H A Dcommon.h172 #define CONFIG_WINDOW 2 macro
H A Dmain_window_handler.c304 where_now = CONFIG_WINDOW;