comparison 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
comparison
equal deleted inserted replaced
4217:742f00832961 4218:f1074a07ec09
121 PLAYLISTWIN_DEFAULT_WIDTH, /* playlistwin width */ 121 PLAYLISTWIN_DEFAULT_WIDTH, /* playlistwin width */
122 PLAYLISTWIN_DEFAULT_HEIGHT, /* playlistwin height */ 122 PLAYLISTWIN_DEFAULT_HEIGHT, /* playlistwin height */
123 10, /* snap distance */ 123 10, /* snap distance */
124 FALSE, /* real-time priority */ 124 FALSE, /* real-time priority */
125 FALSE, FALSE, /* shuffle, repeat */ 125 FALSE, FALSE, /* shuffle, repeat */
126 FALSE, /* UNUSED (double size) */ 126 FALSE, /* scaling */
127 TRUE, /* autoscroll */ 127 TRUE, /* autoscroll */
128 TRUE, /* analyzer peaks */ 128 TRUE, /* analyzer peaks */
129 FALSE, /* equalizer autoload */ 129 FALSE, /* equalizer autoload */
130 FALSE, /* easy move */ 130 FALSE, /* easy move */
131 FALSE, /* equalizer active */ 131 FALSE, /* equalizer active */
142 TRUE, /* snap windows */ 142 TRUE, /* snap windows */
143 TRUE, /* save window positions */ 143 TRUE, /* save window positions */
144 TRUE, /* dim titlebar */ 144 TRUE, /* dim titlebar */
145 FALSE, /* get playlist info on load */ 145 FALSE, /* get playlist info on load */
146 TRUE, /* get playlist info on demand */ 146 TRUE, /* get playlist info on demand */
147 TRUE, /* UNUSED (equalizer doublesize linked) */ 147 TRUE, /* equalizer scale linked */
148 FALSE, /* sort jump to file */ 148 FALSE, /* sort jump to file */
149 FALSE, /* use effect plugins */ 149 FALSE, /* use effect plugins */
150 FALSE, /* always on top */ 150 FALSE, /* always on top */
151 FALSE, /* sticky */ 151 FALSE, /* sticky */
152 FALSE, /* no playlist advance */ 152 FALSE, /* no playlist advance */
164 TRUE, /* close dialog on open */ 164 TRUE, /* close dialog on open */
165 TRUE, /* close dialog on add */ 165 TRUE, /* close dialog on add */
166 0.0, /* equalizer preamp */ 166 0.0, /* equalizer preamp */
167 {0.0, 0.0, 0.0, 0.0, 0.0, /* equalizer bands */ 167 {0.0, 0.0, 0.0, 0.0, 0.0, /* equalizer bands */
168 0.0, 0.0, 0.0, 0.0, 0.0}, 168 0.0, 0.0, 0.0, 0.0, 0.0},
169 1.0, /* GUI scale factor */ 169 1.5, /* GUI scale factor, set to 1.5 for testing purposes --majeru */
170 NULL, /* skin */ 170 NULL, /* skin */
171 NULL, /* output plugin */ 171 NULL, /* output plugin */
172 NULL, /* file selector path */ 172 NULL, /* file selector path */
173 NULL, /* playlist path */ 173 NULL, /* playlist path */
174 NULL, /* playlist font */ 174 NULL, /* playlist font */