diff src/typedefs.h @ 468:2df505c60459

Replace fullscreen.info and fullscreen.show_info options by: image_overlay.common.enabled => to save last state to rc file image_overlay.common.show_at_startup => overrides .common.enabled at startup image_overlay.common.template_string => replace fullscreen.info common is used since for now there is only one image overlay setup, later specific setups may be added.
author zas_
date Mon, 21 Apr 2008 20:01:22 +0000
parents 7a69309b91c8
children 48c8e49b571c
line wrap: on
line diff
--- a/src/typedefs.h	Mon Apr 21 19:42:58 2008 +0000
+++ b/src/typedefs.h	Mon Apr 21 20:01:22 2008 +0000
@@ -843,15 +843,22 @@
 	} slideshow;
 
 	/* fullscreen */
-	struct 	{
+	struct {
 		gint screen;
 		gint clean_flip;
 		gint disable_saver;
 		gint above;
-		gint show_info;
-		gchar *info;
 	} fullscreen;
 
+	/* image overlay */
+	struct {
+		struct {
+			gint enabled;
+			gint show_at_startup;
+			gchar *template_string;
+		} common;
+	} image_overlay;
+
 	/* layout */
 	struct {
 		gchar *order;