From 62f4ab037aad918d5b6c92b423e54f29b5c1ecf8 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 18 Feb 2011 15:21:13 +0100 Subject: Fixed moving of selection while loading thumbnails --- thumbs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'thumbs.h') diff --git a/thumbs.h b/thumbs.h index 157173d..9c3c7d0 100644 --- a/thumbs.h +++ b/thumbs.h @@ -45,10 +45,9 @@ typedef struct tns_s { int rows; int first; int sel; + int vis; } tns_t; -extern const int thumb_dim; - void tns_init(tns_t*, int); void tns_free(tns_t*, win_t*); -- cgit v1.2.3-54-g00ecf