Updated default options

This commit is contained in:
Ole Loots 2012-08-25 14:52:59 +02:00
parent 836c13f87d
commit d97eb2f520

View File

@ -49,13 +49,13 @@
char *tree_icons_path
#define NSOPTION_EXTRA_DEFAULTS \
.atari_font_driver = (char*)"vdi", \
.atari_font_driver = (char*)"freetype", \
.atari_font_monochrom = 0, \
.atari_dither = 1, \
.atari_transparency = 1, \
.atari_image_toolbar_folder = (char*)"default", \
.atari_image_toolbar = 0, \
.atari_toolbar_bg = 0xFFFFFF, \
.atari_image_toolbar = 1, \
.atari_toolbar_bg = 0xbbbbbb, \
.atari_face_sans_serif = NULL, \
.atari_face_sans_serif_bold = NULL, \
.atari_face_sans_serif_italic = NULL, \