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