comparison 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
comparison
equal deleted inserted replaced
617:aa883b6d2ef6 618:b1a922a32d9c
136 } histogram; 136 } histogram;
137 137
138 /* image overlay */ 138 /* image overlay */
139 struct { 139 struct {
140 struct { 140 struct {
141 gint enabled; 141 guint enabled;
142 gint show_at_startup; 142 gint show_at_startup;
143 gchar *template_string; 143 gchar *template_string;
144 } common; 144 } common;
145 } image_overlay; 145 } image_overlay;
146 146