From e0d08920657e8e5132a732c2f429243efa899ac1 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 16 Feb 2011 23:03:42 +0100 Subject: Use pthread to load thumbnails --- thumbs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'thumbs.h') 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 { -- cgit v1.2.3