diff src/options.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 1fc356f629fe
children d7a6fb7a90dd
line wrap: on
line diff
--- a/src/options.h	Sat Feb 28 12:50:39 2009 +0000
+++ b/src/options.h	Sat Feb 28 14:40:22 2009 +0000
@@ -140,15 +140,9 @@
 
 	/* image overlay */
 	struct {
-		struct {
-			guint state;
-			gboolean show_at_startup;
-			gchar *template_string;
-			gint x;
-			gint y;
-			gint histogram_channel;
-			gint histogram_mode;
-		} common;
+		gchar *template_string;
+		gint x;
+		gint y;
 	} image_overlay;
 
 	/* layout */