summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2015-01-04 21:19:26 +0100
committerBert Münnich <ber.t@posteo.de>2015-01-04 21:24:43 +0100
commit47af0dd7b5e154fb64d8b4d6c5302ba905055799 (patch)
tree6d8d46f14e7330b0b18943b649f82c841da3fb5f /types.h
parent9b9294bae67da4e0388e7c31d0063f4e114aa1f8 (diff)
downloadnsxiv-47af0dd7b5e154fb64d8b4d6c5302ba905055799.tar.zst
Cache out of view thumbnails in the background
Diffstat (limited to 'types.h')
-rw-r--r--types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/types.h b/types.h
index c573d13..30475a2 100644
--- a/types.h
+++ b/types.h
@@ -65,8 +65,9 @@ typedef enum {
} cursor_t;
typedef enum {
- FF_WARN = 1,
- FF_MARK = 2
+ FF_WARN = 1,
+ FF_MARK = 2,
+ FF_TN_INIT = 4
} fileflags_t;
typedef struct {