summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-08-16 21:31:05 +0200
committerBert Münnich <ber.t@posteo.de>2014-08-16 21:49:46 +0200
commite267dc7793df0c3d8b1dcc48575a11d402df5499 (patch)
treecbd24fe32acedcb3951e1d8f337a950d38da28ae /thumbs.h
parent284be749278a7b6471926a618877dbb3adc8c1ad (diff)
downloadnsxiv-e267dc7793df0c3d8b1dcc48575a11d402df5499.tar.zst
Pass marked files to external key handler in thumbnail mode; fixes issue #135
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 35864c3..1aeaccb 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -57,7 +57,7 @@ void tns_clean_cache(tns_t*);
void tns_init(tns_t*, int, win_t*, int*);
void tns_free(tns_t*);
-bool tns_load(tns_t*, int, const fileinfo_t*, bool, bool);
+bool tns_load(tns_t*, int, const fileinfo_t*, bool);
void tns_render(tns_t*);
void tns_mark(tns_t*, int, bool);