diff src/options.c @ 1622:fee96b7345e8

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 69abb57139f0
children 56115e934133
line wrap: on
line diff
--- a/src/options.c	Thu Jun 04 16:07:41 2009 +0000
+++ b/src/options.c	Thu Jun 04 19:51:20 2009 +0000
@@ -75,6 +75,7 @@
 	options->image.tile_cache_max = 10;
 	options->image.image_cache_max = 128; /* 4 x 10MPix */
 	options->image.use_custom_border_color = FALSE;
+	options->image.custom_border_fullscreen_only = FALSE;
 	options->image.zoom_2pass = TRUE;
 	options->image.zoom_increment = 5;
 	options->image.zoom_mode = ZOOM_RESET_NONE;