summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-16 23:03:42 +0100
committerBert <ber.t@gmx.com>2011-02-16 23:03:42 +0100
commite0d08920657e8e5132a732c2f429243efa899ac1 (patch)
tree12ff72420d8f2c07828099e27c8bc031ca8e7be8 /thumbs.h
parent26c2179be7676df3049035e5e65039c7fc232cb7 (diff)
downloadnsxiv-e0d08920657e8e5132a732c2f429243efa899ac1.tar.zst
Use pthread to load thumbnails
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 {