From 38bc23405d619a7ba430731f141157104f2267f9 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 14 Nov 2013 14:37:08 +0100 Subject: Highlight edges of marked images in thumbnail mode --- thumbs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'thumbs.h') diff --git a/thumbs.h b/thumbs.h index aa95961..64ae412 100644 --- a/thumbs.h +++ b/thumbs.h @@ -59,6 +59,7 @@ void tns_free(tns_t*); bool tns_load(tns_t*, int, const fileinfo_t*, bool, bool); void tns_render(tns_t*); +void tns_mark(tns_t*, int, bool); void tns_highlight(tns_t*, int, bool); bool tns_move_selection(tns_t*, direction_t, int); -- cgit v1.2.3-54-g00ecf