summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-19 13:26:58 +0200
committerBert <ber.t@gmx.com>2011-08-19 13:26:58 +0200
commit1d7849efc1fe85d20b8aa4916e75cb3eb658dba9 (patch)
treeb15a22701f325bb069c45fa67e732ae946e44413 /thumbs.h
parent421f01202238ad56c5b2edc2e1b26194482b614f (diff)
downloadnsxiv-1d7849efc1fe85d20b8aa4916e75cb3eb658dba9.tar.zst
Added force parameter to tns_load() to disregard cache
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbs.h b/thumbs.h
index 27bd7fc..818ceb4 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -51,7 +51,7 @@ void tns_clean_cache(tns_t*);
void tns_init(tns_t*, int);
void tns_free(tns_t*);
-int tns_load(tns_t*, int, const fileinfo_t*, unsigned char);
+int tns_load(tns_t*, int, const fileinfo_t*, Bool, Bool);
void tns_render(tns_t*, win_t*);
void tns_highlight(tns_t*, win_t*, int, Bool);