diff src/image.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 77f1bcc6c161
line wrap: on
line diff
--- a/src/image.c	Sat Mar 29 10:38:15 2008 +0000
+++ b/src/image.c	Sat Mar 29 14:59:14 2008 +0000
@@ -1720,6 +1720,9 @@
 					"window_fit", (imd->top_window_sync && fit_window),
 					"window_limit", limit_window_size,
 					"window_limit_value", max_window_size,
+					"autofit_limit", limit_autofit_size,
+					"autofit_limit_value", max_autofit_size,
+
 					NULL);
 
 	pixbuf_renderer_set_parent((PixbufRenderer *)imd->pr, (GtkWindow *)imd->top_window);