diff options
| author | Bert Münnich <ber.t@posteo.de> | 2014-09-29 08:47:01 +0200 |
|---|---|---|
| committer | Bert Münnich <ber.t@posteo.de> | 2014-09-29 08:47:01 +0200 |
| commit | 8fa7247f69e1d8528572c43d3815a62e6bcdb75f (patch) | |
| tree | 4f745260666127da1569a1e1608a168be9d3f6ce /thumbs.h | |
| parent | c3c70a6c3ed34eb27019e44143202800094860c7 (diff) | |
Refactored thumbnail size dependent calculations
Diffstat (limited to 'thumbs.h')
| -rw-r--r-- | thumbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ typedef struct { int cols; int rows; int zl; + int dim; bool dirty; } tns_t; |
