diff options
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |