diff 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
line wrap: on
line diff
--- a/src/typedefs.h	Sat Apr 12 19:33:59 2008 +0000
+++ b/src/typedefs.h	Sat Apr 12 21:38:55 2008 +0000
@@ -778,11 +778,11 @@
 		gint zoom_to_fit_allow_expand;
 		gint zoom_quality;
 		gint zoom_increment;	/* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */
+
+		gint use_custom_border_color;
+		GdkColor border_color;
 	} image;
 
-	gint user_specified_window_background;
-	GdkColor window_background_color;
-
 	/* thumbnails */
 	struct {
 		gint max_width;