From 47af0dd7b5e154fb64d8b4d6c5302ba905055799 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 4 Jan 2015 21:19:26 +0100 Subject: Cache out of view thumbnails in the background --- types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'types.h') 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 { -- cgit v1.2.3-54-g00ecf