summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-17 16:22:54 +0100
committerBert <ber.t@gmx.com>2011-02-17 16:22:54 +0100
commitef24ded6afeb185192e815868c28a31c4c2e6d97 (patch)
tree54d055b7dcdc7ea064df57e56eafc0452dcd9d8b /thumbs.h
parent095217b26f43b711c8ebc281110553ec788f7ebe (diff)
downloadnsxiv-ef24ded6afeb185192e815868c28a31c4c2e6d97.tar.zst
Highlight selected thumbnail
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 82c3a1a..a25a15f 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -46,5 +46,6 @@ void tns_free(tns_t*, win_t*);
void tns_load(tns_t*, win_t*, const char*);
void tns_render(tns_t*, win_t*);
+void tns_highlight(tns_t*, win_t*, int);
#endif /* THUMBS_H */