From 39671a149c180945a1be46c74776b3df0ef5c084 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 29 Sep 2014 09:02:29 +0200 Subject: Moved thumbnail sizes array to config.def.h --- config.def.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 6facb8e..cb230c8 100644 --- a/config.def.h +++ b/config.def.h @@ -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 -- cgit v1.2.3-70-g09d2