diff src/options.h @ 1626:1d7941c147be

Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
author zas_
date Thu, 04 Jun 2009 19:51:20 +0000
parents 1a5a3b7ca2cd
children b8235f919d6b
line wrap: on
line diff
--- a/src/options.h	Thu Jun 04 16:07:41 2009 +0000
+++ b/src/options.h	Thu Jun 04 19:51:20 2009 +0000
@@ -68,7 +68,8 @@
 		guint zoom_quality;
 		gint zoom_increment;	/* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */
 
-		gint use_custom_border_color;
+		gboolean custom_border_fullscreen_only;
+		gboolean use_custom_border_color;
 		GdkColor border_color;
 	} image;