diff src/typedefs.h @ 763:81f9e8dbb4bf

improved infrastructure for tracing changes, optimized vflist_populate_view
author nadvornik
date Wed, 28 May 2008 22:12:10 +0000
parents 477f48ba28d8
children f53c2bb5b1b1
line wrap: on
line diff
--- a/src/typedefs.h	Tue May 27 18:46:34 2008 +0000
+++ b/src/typedefs.h	Wed May 28 22:12:10 2008 +0000
@@ -433,6 +433,7 @@
 	FileDataChangeInfo *change; /* for rename, move ... */
 	GdkPixbuf *pixbuf;
 	gint ref;
+	gint version; /* increased when any field in this structure is changed */
 	gint user_orientation;
 	gint exif_orientation;
 };