summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-08-16 18:36:17 +0200
committerBert Münnich <ber.t@posteo.de>2014-08-16 21:49:45 +0200
commit5b01c15176298b0335432e089d70e55c84379756 (patch)
tree4dac0227b8f9a24c548b5b7b56ad85703daf77e8 /thumbs.h
parent61f61cae5fdf5aa51975bd587497b830684b7867 (diff)
downloadnsxiv-5b01c15176298b0335432e089d70e55c84379756.tar.zst
Unified file index variable for image & thumbnail mode
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thumbs.h b/thumbs.h
index 4de80c3..35864c3 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -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);