From 1cdbeb972a64e1fb12db5dc05fbaa1428e72bb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 27 Oct 2011 16:21:01 +0200 Subject: Added screen-wise scrolling for thumbnail mode --- thumbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.h') 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); -- cgit v1.2.3