summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-10-27 16:21:01 +0200
committerBert Münnich <ber.t@gmx.com>2011-10-27 16:21:01 +0200
commit1cdbeb972a64e1fb12db5dc05fbaa1428e72bb12 (patch)
tree9e0d12081ff6f8b9708422f10e0f3e1047ccf6ae /thumbs.h
parent3e2523818b2420a86d71ac7c908ddcbb800abd38 (diff)
downloadnsxiv-1cdbeb972a64e1fb12db5dc05fbaa1428e72bb12.tar.zst
Added screen-wise scrolling for thumbnail mode
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 df83535..4a32347 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -62,7 +62,7 @@ void tns_render(tns_t*);
void tns_highlight(tns_t*, int, bool);
bool tns_move_selection(tns_t*, direction_t);
-bool tns_scroll(tns_t*, direction_t);
+bool tns_scroll(tns_t*, direction_t, bool);
int tns_translate(tns_t*, int, int);