comparison src/options.h @ 1644:b8235f919d6b

the options for custom border color were made independent
author nadvornik
date Sat, 13 Jun 2009 19:26:32 +0000
parents 1d7941c147be
children 956aab097ea7
comparison
equal deleted inserted replaced
1643:7ed9eaa21b32 1644:b8235f919d6b
66 gboolean zoom_2pass; 66 gboolean zoom_2pass;
67 gboolean zoom_to_fit_allow_expand; 67 gboolean zoom_to_fit_allow_expand;
68 guint zoom_quality; 68 guint zoom_quality;
69 gint zoom_increment; /* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */ 69 gint zoom_increment; /* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */
70 70
71 gboolean custom_border_fullscreen_only; 71 gboolean use_custom_border_color_in_fullscreen;
72 gboolean use_custom_border_color; 72 gboolean use_custom_border_color;
73 GdkColor border_color; 73 GdkColor border_color;
74 } image; 74 } image;
75 75
76 /* thumbnails */ 76 /* thumbnails */