diff src/typedefs.h @ 1336:4179d41d1149

fixed overlay configuration split overlay options between global and layout window
author nadvornik
date Sat, 28 Feb 2009 14:40:22 +0000
parents 588d96cda850
children df58e511d90e
line wrap: on
line diff
--- a/src/typedefs.h	Sat Feb 28 12:50:39 2009 +0000
+++ b/src/typedefs.h	Sat Feb 28 14:40:22 2009 +0000
@@ -519,6 +519,12 @@
 		gint h;
 	} properties_window;
 
+	struct {
+		guint state;
+		gint histogram_channel;
+		gint histogram_mode;
+	} image_overlay;
+
 	gboolean save_window_positions;
 
 	gboolean tools_float;