comparison src/audacious/main.c @ 4223:2c9c2b5caaee

changed the hardcoded scale to 1.2 and set some dither and interpolation parameters that look alot nicer
author Cristi Magherusan <majeru@atheme.org>
date Mon, 28 Jan 2008 02:47:30 +0200
parents f1074a07ec09
children 9b8d6438e00f
comparison
equal deleted inserted replaced
4222:977877bb212f 4223:2c9c2b5caaee
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.5, /* GUI scale factor, set to 1.5 for testing purposes --majeru */ 169 1.2, /* GUI scale factor, hardcoded 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 */