summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-09-29 08:47:01 +0200
committerBert Münnich <ber.t@posteo.de>2014-09-29 08:47:01 +0200
commit8fa7247f69e1d8528572c43d3815a62e6bcdb75f (patch)
tree4f745260666127da1569a1e1608a168be9d3f6ce /thumbs.h
parentc3c70a6c3ed34eb27019e44143202800094860c7 (diff)
downloadnsxiv-8fa7247f69e1d8528572c43d3815a62e6bcdb75f.tar.zst
Refactored thumbnail size dependent calculations
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thumbs.h b/thumbs.h
index 8209979..572b6ea 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -48,6 +48,7 @@ typedef struct {
int cols;
int rows;
int zl;
+ int dim;
bool dirty;
} tns_t;