libresman
diff examples/imgthumbs/src/thumbs.h @ 20:c6073bf9fd38
finally! async loading works. Now on to inotify...
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 12 Feb 2014 16:02:12 +0200 |
parents | a42888d26839 |
children | fe0dbdfbe403 |
line diff
1.1 --- a/examples/imgthumbs/src/thumbs.h Wed Feb 12 06:54:52 2014 +0200 1.2 +++ b/examples/imgthumbs/src/thumbs.h Wed Feb 12 16:02:12 2014 +0200 1.3 @@ -14,6 +14,7 @@ 1.4 struct img_pixmap *img; 1.5 1.6 struct thumbnail *next, *prev; 1.7 + struct thumbnail *list; /* pointer to the list this thumbnail belongs to */ 1.8 }; 1.9 1.10 struct thumbnail *create_thumbs(const char *dirpath);