summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thumbs.h b/thumbs.h
index ae6faa7..bfc6573 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -27,6 +27,7 @@ typedef struct thumb_s {
int w;
int h;
Pixmap pm;
+ unsigned char loaded;
} thumb_t;
typedef struct tns_s {