diff src/typedefs.h @ 1294:7ac9664242b2

histogram caching histogram interface prepared for histogram pane
author nadvornik
date Sun, 15 Feb 2009 13:11:21 +0000
parents 48e064b37ba6
children 55ea4962887a
line wrap: on
line diff
--- a/src/typedefs.h	Sun Feb 15 09:36:53 2009 +0000
+++ b/src/typedefs.h	Sun Feb 15 13:11:21 2009 +0000
@@ -200,6 +200,7 @@
 
 typedef struct _PixmapFolders PixmapFolders;
 typedef struct _Histogram Histogram;
+typedef struct _HistMap HistMap;
 
 typedef struct _SecureSaveInfo SecureSaveInfo;
 
@@ -451,6 +452,8 @@
 
 	GdkPixbuf *pixbuf; /* full-size image, only complete images, NULL during loading
 			      all FileData with non-NULL pixbuf are referenced by image_cache */
+			      
+	HistMap *histmap;
 
 	gint ref;
 	gint version; /* increased when any field in this structure is changed */