summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
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*);