[project @ 2004-04-11 14:29:30 by rjw]
Added ability to turn off 32bpp thumbnails. svn path=/import/netsurf/; revision=752
This commit is contained in:
parent
4e675324dc
commit
568ea65400
|
@ -44,6 +44,7 @@ int option_thumbnail_oversampling = 0;
|
|||
{ "language", OPTION_STRING, &option_language },\
|
||||
{ "dither_sprites", OPTION_BOOL, &option_dither_sprites },\
|
||||
{ "filter_sprites", OPTION_BOOL, &option_filter_sprites },\
|
||||
{ "thumbnail_32bpp", OPTION_BOOL, &option_thumbnail_32bpp },\
|
||||
{ "thumbnail_oversampling", OPTION_INTEGER, &option_thumbnail_oversampling }
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue