comparison src/typedefs.h @ 339:de1c2cd06fce

Rename user_specified_window_background and window_background_color to image.use_custom_border_color and image.border_color. Rename pref_background_color_set_cb() to pref_color_button_set_cb(). Rename pref_colorbutton_new() to pref_color_button_new().
author zas_
date Sat, 12 Apr 2008 21:38:55 +0000
parents 41c3cb73120f
children 77103f3f2cb1
comparison
equal deleted inserted replaced
338:41c3cb73120f 339:de1c2cd06fce
776 gint zoom_mode; 776 gint zoom_mode;
777 gint zoom_2pass; 777 gint zoom_2pass;
778 gint zoom_to_fit_allow_expand; 778 gint zoom_to_fit_allow_expand;
779 gint zoom_quality; 779 gint zoom_quality;
780 gint zoom_increment; /* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */ 780 gint zoom_increment; /* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */
781
782 gint use_custom_border_color;
783 GdkColor border_color;
781 } image; 784 } image;
782
783 gint user_specified_window_background;
784 GdkColor window_background_color;
785 785
786 /* thumbnails */ 786 /* thumbnails */
787 struct { 787 struct {
788 gint max_width; 788 gint max_width;
789 gint max_height; 789 gint max_height;