diff src/options.h @ 618:b1a922a32d9c

Save full OSD state to rc file and restore it on startup. It allows to restore OSD with or without histogram depending on previous state.
author zas_
date Sat, 10 May 2008 09:00:14 +0000
parents 21864cc96369
children 1fa2cb6d9d65
line wrap: on
line diff
--- a/src/options.h	Fri May 09 12:43:10 2008 +0000
+++ b/src/options.h	Sat May 10 09:00:14 2008 +0000
@@ -138,7 +138,7 @@
 	/* image overlay */
 	struct {
 		struct {
-			gint enabled;
+			guint enabled;
 			gint show_at_startup;
 			gchar *template_string;
 		} common;