diff src/globals.c @ 209:ad78ad18523a

configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN
author nadvornik
date Sat, 29 Mar 2008 14:59:14 +0000
parents fa0e05f985c3
children f4a0555794a9
line wrap: on
line diff
--- a/src/globals.c	Sat Mar 29 10:38:15 2008 +0000
+++ b/src/globals.c	Sat Mar 29 14:59:14 2008 +0000
@@ -52,6 +52,8 @@
 gint limit_window_size = FALSE;
 gint zoom_to_fit_expands = TRUE;
 gint max_window_size = 100;
+gint limit_autofit_size = FALSE;
+gint max_autofit_size = 100;
 gint thumb_max_width = 96;
 gint thumb_max_height = 72;
 gint enable_thumb_caching = TRUE;