summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-18 15:21:13 +0100
committerBert <ber.t@gmx.com>2011-02-18 15:21:13 +0100
commit62f4ab037aad918d5b6c92b423e54f29b5c1ecf8 (patch)
tree2eccd565e1d0357aa29dcc4e94961fe7115c393c /thumbs.h
parent637be490753ff107e1c43a1c69a786ada6b02e2c (diff)
downloadnsxiv-62f4ab037aad918d5b6c92b423e54f29b5c1ecf8.tar.zst
Fixed moving of selection while loading thumbnails
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h3
1 files changed, 1 insertions, 2 deletions
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*);