Mercurial > geeqie.yaz
comparison src/options.h @ 612:21864cc96369
Preserve last histogram modes.
When a new histogram is displayed, it uses previously chosen
modes.
These modes are saved on exit to rc file as options:
histogram.last_channel_mode
histogram.last_log_mode
author | zas_ |
---|---|
date | Fri, 09 May 2008 08:39:18 +0000 |
parents | 4cfce4ed35e0 |
children | b1a922a32d9c |
comparison
equal
deleted
inserted
replaced
611:f31ae0d9e163 | 612:21864cc96369 |
---|---|
127 gint clean_flip; | 127 gint clean_flip; |
128 gint disable_saver; | 128 gint disable_saver; |
129 gint above; | 129 gint above; |
130 } fullscreen; | 130 } fullscreen; |
131 | 131 |
132 /* histogram */ | |
133 struct { | |
134 guint last_channel_mode; | |
135 guint last_log_mode; | |
136 } histogram; | |
137 | |
132 /* image overlay */ | 138 /* image overlay */ |
133 struct { | 139 struct { |
134 struct { | 140 struct { |
135 gint enabled; | 141 gint enabled; |
136 gint show_at_startup; | 142 gint show_at_startup; |