diff src/typedefs.h @ 849:db68d673448f

added possibility to disable grouping of selected files
author nadvornik
date Sun, 22 Jun 2008 09:19:42 +0000
parents 8911a4f0e56c
children db6977f8b0f1
line wrap: on
line diff
--- a/src/typedefs.h	Sat Jun 21 22:01:45 2008 +0000
+++ b/src/typedefs.h	Sun Jun 22 09:19:42 2008 +0000
@@ -446,10 +446,13 @@
 	FileDataChangeInfo *change; /* for rename, move ... */
 	GdkPixbuf *thumb_pixbuf;
 
-	GdkPixbuf *pixbuf; /* full-size image */
+	GdkPixbuf *pixbuf; /* full-size image, only complete images, NULL during loading
+	                      all FileData with non-NULL pixbuf are referenced by image_cache */
 
 	gint ref;
 	gint version; /* increased when any field in this structure is changed */
+	gint disable_grouping;
+
 	gint user_orientation;
 	gint exif_orientation;