diff src/typedefs.h @ 480:805c3258d228

Make histogram depends on image window not layout window. It simplifies the code, and make more sense.
author zas_
date Tue, 22 Apr 2008 08:34:30 +0000
parents 48c8e49b571c
children 3809ffa3567b
line wrap: on
line diff
--- a/src/typedefs.h	Tue Apr 22 08:16:02 2008 +0000
+++ b/src/typedefs.h	Tue Apr 22 08:34:30 2008 +0000
@@ -377,6 +377,10 @@
 	gint color_profile_from_image;
 	gpointer cm;
 
+	/* histogram */
+	gint histogram_enabled;
+	Histogram *histogram;
+
 	AlterType delay_alter_type;
 
 	ImageLoader *read_ahead_il;
@@ -533,9 +537,6 @@
 	GtkWidget *bar_exif;
 	GtkWidget *bar_info;
 
-	gint histogram_enabled;
-	Histogram *histogram;
-
 	gint bar_sort_enabled;
 	gint bar_exif_enabled;
 	gint bar_info_enabled;