Moved thumbnail sizes array to config.def.h

This commit is contained in:
Bert Münnich
2014-09-29 09:02:29 +02:00
parent 8fa7247f69
commit 39671a149c
2 changed files with 13 additions and 7 deletions

View File

@ -50,6 +50,12 @@ static const bool ANTI_ALIAS = true;
*/
static const bool ALPHA_LAYER = false;
#endif
#ifdef _THUMBS_CONFIG
/* thumbnail sizes in pixels (width == height): */
static const int thumb_sizes[] = { 32, 64, 96, 128, 160 };
#endif
#ifdef _MAPPINGS_CONFIG