diff src/typedefs.h @ 888:d8e1e820cee7

reload changed images
author nadvornik
date Thu, 17 Jul 2008 21:51:21 +0000
parents ad420f2eb789
children 9427c91951e8
line wrap: on
line diff
--- a/src/typedefs.h	Tue Jul 15 15:37:14 2008 +0000
+++ b/src/typedefs.h	Thu Jul 17 21:51:21 2008 +0000
@@ -351,8 +351,6 @@
 
 	FileData *image_fd;
 
-	gint64 size;		/* file size (bytes) */
-	time_t mtime;		/* file modified time stamp */
 	gint unknown;		/* failed to load image */
 
 	ImageLoader *il;        /* FIXME - image loader should probably go to FileData, but it must first support
@@ -414,8 +412,7 @@
 
 	gint prev_color_row;
 
-	gint auto_refresh_id;
-	gint auto_refresh_interval;
+	gint auto_refresh;
 
 	gint delay_flip;
 	gint orientation;