From de4649fc283afc4e3c8b9aefab2f89d1c83803b1 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 20 Dec 2015 13:10:24 +0100 Subject: Build-time option for default thumbnail size; fixes issue #207 --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ac32bd7..f3cc71e 100644 --- a/config.def.h +++ b/config.def.h @@ -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 -- cgit v1.2.3