summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2013-11-14 14:37:08 +0100
committerBert Münnich <ber.t@posteo.de>2013-11-14 14:37:08 +0100
commit38bc23405d619a7ba430731f141157104f2267f9 (patch)
tree27d8aa6e53d1b5d53d1f536d919e5ee621fc9376 /thumbs.h
parent450c1ed9b54de4d374bff80735c874bb6f7a4a0f (diff)
downloadnsxiv-38bc23405d619a7ba430731f141157104f2267f9.tar.zst
Highlight edges of marked images in thumbnail mode
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h1
1 files changed, 1 insertions, 0 deletions
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);