From e267dc7793df0c3d8b1dcc48575a11d402df5499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sat, 16 Aug 2014 21:31:05 +0200 Subject: Pass marked files to external key handler in thumbnail mode; fixes issue #135 --- thumbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.h') 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); -- cgit v1.2.3