Cache out of view thumbnails in the background

This commit is contained in:
Bert Münnich
2015-01-04 21:19:26 +01:00
parent 9b9294bae6
commit 47af0dd7b5
5 changed files with 45 additions and 25 deletions

View File

@ -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 {