diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-08-16 18:36:17 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-08-16 21:49:45 +0200 |
commit | 5b01c15176298b0335432e089d70e55c84379756 (patch) | |
tree | 4dac0227b8f9a24c548b5b7b56ad85703daf77e8 /thumbs.h | |
parent | 61f61cae5fdf5aa51975bd587497b830684b7867 (diff) |
Unified file index variable for image & thumbnail mode
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ typedef struct { int cnt; int loadnext; int first; - int sel; + int *sel; win_t *win; int x; @@ -54,7 +54,7 @@ typedef struct { void tns_clean_cache(tns_t*); -void tns_init(tns_t*, int, win_t*); +void tns_init(tns_t*, int, win_t*, int*); void tns_free(tns_t*); bool tns_load(tns_t*, int, const fileinfo_t*, bool, bool); |