diff src/audacious/main.c @ 4218:f1074a07ec09

mostly works, but the VIS is broken, and the eq window is too large...more bugs need to be found
author Cristi Magherusan <majeru@atheme.org>
date Sun, 27 Jan 2008 23:00:32 +0200
parents 75d99359357b
children 2c9c2b5caaee
line wrap: on
line diff
--- a/src/audacious/main.c	Sun Jan 27 21:24:28 2008 +0200
+++ b/src/audacious/main.c	Sun Jan 27 23:00:32 2008 +0200
@@ -123,7 +123,7 @@
     10,                         /* snap distance */
     FALSE,                      /* real-time priority */
     FALSE, FALSE,               /* shuffle, repeat */
-    FALSE,                      /* UNUSED (double size) */
+    FALSE,                      /* scaling */
     TRUE,                       /* autoscroll */
     TRUE,                       /* analyzer peaks */
     FALSE,                      /* equalizer autoload */
@@ -144,7 +144,7 @@
     TRUE,                       /* dim titlebar */
     FALSE,                      /* get playlist info on load */
     TRUE,                       /* get playlist info on demand */
-    TRUE,                       /* UNUSED (equalizer doublesize linked) */
+    TRUE,                       /* equalizer scale linked */
     FALSE,                      /* sort jump to file */
     FALSE,                      /* use effect plugins */
     FALSE,                      /* always on top */
@@ -166,7 +166,7 @@
     0.0,                        /* equalizer preamp */
     {0.0, 0.0, 0.0, 0.0, 0.0,             /* equalizer bands */
      0.0, 0.0, 0.0, 0.0, 0.0},
-    1.0,                        /* GUI scale factor */
+    1.5,                        /* GUI scale factor, set to 1.5 for testing purposes --majeru */
     NULL,                       /* skin */
     NULL,                       /* output plugin */
     NULL,                       /* file selector path */