summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-09-29 09:02:29 +0200
committerBert Münnich <ber.t@posteo.de>2014-09-29 09:02:29 +0200
commit39671a149c180945a1be46c74776b3df0ef5c084 (patch)
tree98e5bcafac9b7cc054006d03ffe35c34669a7663 /config.def.h
parent8fa7247f69e1d8528572c43d3815a62e6bcdb75f (diff)
downloadnsxiv-39671a149c180945a1be46c74776b3df0ef5c084.tar.zst
Moved thumbnail sizes array to config.def.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 6facb8e..cb230c8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -51,6 +51,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
/* keyboard mappings for image and thumbnail mode: */