libresman

diff examples/imgthumbs/src/thumbs.h @ 13:a42888d26839

bit more progress...
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 08 Feb 2014 07:41:39 +0200
parents bebc065a941f
children c6073bf9fd38
line diff
     1.1 --- a/examples/imgthumbs/src/thumbs.h	Sat Feb 08 04:21:08 2014 +0200
     1.2 +++ b/examples/imgthumbs/src/thumbs.h	Sat Feb 08 07:41:39 2014 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  
     1.5  	struct img_pixmap *img;
     1.6  
     1.7 -	struct thumbnail *next;
     1.8 +	struct thumbnail *next, *prev;
     1.9  };
    1.10  
    1.11  struct thumbnail *create_thumbs(const char *dirpath);