diff src/typedefs.h @ 838:9bd49e725ad3

use FileData in thumb_loader
author nadvornik
date Sun, 15 Jun 2008 20:09:15 +0000
parents f8c22438376c
children add46f9c895c
line wrap: on
line diff
--- a/src/typedefs.h	Sat Jun 14 21:49:48 2008 +0000
+++ b/src/typedefs.h	Sun Jun 15 20:09:15 2008 +0000
@@ -226,9 +226,8 @@
 {
 	gint standard_loader;
 
-	GdkPixbuf *pixbuf;	/* contains final (scaled) image when done */
 	ImageLoader *il;
-	gchar *path;
+	FileData *fd;           /* fd->pixbuf contains final (scaled) image when done */
 
 	gint cache_enable;
 	gint cache_hit;