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