diff options
author | Bert <ber.t@gmx.com> | 2011-02-18 15:21:13 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-18 15:21:13 +0100 |
commit | 62f4ab037aad918d5b6c92b423e54f29b5c1ecf8 (patch) | |
tree | 2eccd565e1d0357aa29dcc4e94961fe7115c393c /thumbs.h | |
parent | 637be490753ff107e1c43a1c69a786ada6b02e2c (diff) |
Fixed moving of selection while loading thumbnails
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*); |