summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thumbs.h b/thumbs.h
index e11ac3c..4de80c3 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -32,12 +32,14 @@ typedef struct {
int h;
int x;
int y;
+ bool loaded;
} thumb_t;
typedef struct {
thumb_t *thumbs;
int cap;
int cnt;
+ int loadnext;
int first;
int sel;