Build-time option for default thumbnail size; fixes issue #207

This commit is contained in:
Bert Münnich
2015-12-20 13:10:24 +01:00
parent a7d39b0ab8
commit de4649fc28
3 changed files with 6 additions and 3 deletions

View File

@ -56,6 +56,9 @@ static const bool ALPHA_LAYER = false;
/* thumbnail sizes in pixels (width == height): */
static const int thumb_sizes[] = { 32, 64, 96, 128, 160 };
/* thumbnail size at startup, index into thumb_sizes[]: */
static const int THUMB_SIZE = 3;
#endif
#ifdef _MAPPINGS_CONFIG