diff src/options.h @ 1639:56115e934133

the options for custom border color were made independent
author nadvornik
date Sat, 13 Jun 2009 19:26:32 +0000
parents fee96b7345e8
children
line wrap: on
line diff
--- a/src/options.h	Thu Jun 11 17:34:37 2009 +0000
+++ b/src/options.h	Sat Jun 13 19:26:32 2009 +0000
@@ -68,7 +68,7 @@
 		guint zoom_quality;
 		gint zoom_increment;	/* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */
 
-		gboolean custom_border_fullscreen_only;
+		gboolean use_custom_border_color_in_fullscreen;
 		gboolean use_custom_border_color;
 		GdkColor border_color;
 	} image;