diff src/audacious/main.c @ 2968:83f03505f819 trunk

add support for one-way text scroll.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 02 Jul 2007 21:02:49 +0900
parents 1cdfc508d758
children 8463de0cf728
line wrap: on
line diff
--- a/src/audacious/main.c	Mon Jul 02 12:50:26 2007 +0200
+++ b/src/audacious/main.c	Mon Jul 02 21:02:49 2007 +0900
@@ -221,6 +221,7 @@
     FALSE,          /* internal: whether or not to terminate */
     TRUE,           /* whether show progress bar in filepopup or not */
     TRUE,           /* close jtf dialog on jump */
+    FALSE,          /* use back and forth scroll */
 };
 
 typedef struct bmp_cfg_boolent_t {
@@ -323,6 +324,7 @@
     {"use_extension_probing", &cfg.use_extension_probing, TRUE},
     {"filepopup_showprogressbar", &cfg.filepopup_showprogressbar, TRUE},
     {"close_jtf_dialog", &cfg.close_jtf_dialog, TRUE},
+    {"twoway_scroll", &cfg.twoway_scroll, TRUE},
 };
 
 static gint ncfgbent = G_N_ELEMENTS(bmp_boolents);