comparison src/audacious/audconfig.c @ 4541:d8920be7275a

set default scale_factor to 2.0, custom scale factor can be manually specified in config file anyway; use GDK_INTERP_NEAREST and GDK_RGB_DITHER_NONE when drawing scaled widgets
author Tomasz Mon <desowin@gmail.com>
date Mon, 12 May 2008 00:13:38 +0200
parents 8465e73d5584
children d09dd0960a6a
comparison
equal deleted inserted replaced
4540:956272f5935d 4541:d8920be7275a
101 .allow_broken_skins = FALSE, 101 .allow_broken_skins = FALSE,
102 .close_dialog_open = TRUE, 102 .close_dialog_open = TRUE,
103 .close_dialog_add = TRUE, 103 .close_dialog_add = TRUE,
104 .equalizer_preamp = 0.0, 104 .equalizer_preamp = 0.0,
105 .equalizer_bands = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, 105 .equalizer_bands = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
106 .scale_factor = 1.2, /* GUI scale factor, hardcoded for testing purposes --majeru */ 106 .scale_factor = 2.0,
107 .skin = NULL, 107 .skin = NULL,
108 .outputplugin = NULL, 108 .outputplugin = NULL,
109 .filesel_path = NULL, 109 .filesel_path = NULL,
110 .playlist_path = NULL, 110 .playlist_path = NULL,
111 .playlist_font = NULL, 111 .playlist_font = NULL,