diff src/audacious/main.c @ 4216:75d99359357b

doublesize -> custom scale: * initial work, just got it to compile * doublesize is broken at all
author Cristi Magherusan <majeru@atheme.org>
date Sun, 27 Jan 2008 19:43:53 +0200
parents c010163b6286
children f1074a07ec09
line wrap: on
line diff
--- a/src/audacious/main.c	Sun Jan 27 15:15:03 2008 +0200
+++ b/src/audacious/main.c	Sun Jan 27 19:43:53 2008 +0200
@@ -166,6 +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 */
     NULL,                       /* skin */
     NULL,                       /* output plugin */
     NULL,                       /* file selector path */
@@ -292,7 +293,7 @@
     {"dim_titlebar", &cfg.dim_titlebar, TRUE},
     {"get_info_on_load", &cfg.get_info_on_load, TRUE},
     {"get_info_on_demand", &cfg.get_info_on_demand, TRUE},
-    {"eq_doublesize_linked", &cfg.eq_doublesize_linked, TRUE},
+    {"eq_scaled_linked", &cfg.eq_scaled_linked, TRUE},
     {"no_playlist_advance", &cfg.no_playlist_advance, TRUE},
     {"refresh_file_list", &cfg.refresh_file_list, TRUE},
     {"sort_jump_to_file", &cfg.sort_jump_to_file, TRUE},
@@ -303,7 +304,7 @@
     {"player_visible", &cfg.player_visible, TRUE},
     {"shuffle", &cfg.shuffle, TRUE},
     {"repeat", &cfg.repeat, TRUE},
-    {"doublesize", &cfg.doublesize, TRUE},
+    {"scaled", &cfg.scaled, TRUE},   /* toggles custom scale */
     {"autoscroll_songname", &cfg.autoscroll, TRUE},
     {"stop_after_current_song", &cfg.stopaftersong, TRUE},
     {"playlist_shaded", &cfg.playlist_shaded, TRUE},