comparison 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
comparison
equal deleted inserted replaced
1335:588d96cda850 1336:4179d41d1149
138 gboolean above; 138 gboolean above;
139 } fullscreen; 139 } fullscreen;
140 140
141 /* image overlay */ 141 /* image overlay */
142 struct { 142 struct {
143 struct { 143 gchar *template_string;
144 guint state; 144 gint x;
145 gboolean show_at_startup; 145 gint y;
146 gchar *template_string;
147 gint x;
148 gint y;
149 gint histogram_channel;
150 gint histogram_mode;
151 } common;
152 } image_overlay; 146 } image_overlay;
153 147
154 /* layout */ 148 /* layout */
155 /* FIXME: this is here for 2 reasons: 149 /* FIXME: this is here for 2 reasons:
156 - I don't want to break preferences dialog now 150 - I don't want to break preferences dialog now