diff options
author | Bert <ber.t@gmx.com> | 2011-02-16 23:03:42 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-16 23:03:42 +0100 |
commit | e0d08920657e8e5132a732c2f429243efa899ac1 (patch) | |
tree | 12ff72420d8f2c07828099e27c8bc031ca8e7be8 /thumbs.h | |
parent | 26c2179be7676df3049035e5e65039c7fc232cb7 (diff) |
Use pthread to load thumbnails
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ typedef struct thumb_s { int w; int h; Pixmap pm; + unsigned char loaded; } thumb_t; typedef struct tns_s { |