diff src/typedefs.h @ 334:df868b947aa0

Rename image-related options.
author zas_
date Sat, 12 Apr 2008 15:04:58 +0000
parents 767b53cd9ab7
children 41c3cb73120f
line wrap: on
line diff
--- a/src/typedefs.h	Sat Apr 12 09:41:44 2008 +0000
+++ b/src/typedefs.h	Sat Apr 12 15:04:58 2008 +0000
@@ -782,22 +782,26 @@
 	gint recent_list_max;
 
 	/* image */
-	gint exif_rotate_enable;
-	gint zoom_mode;
-	gint two_pass_zoom;
-	gint scroll_reset_method;
-	gint fit_window;
-	gint limit_window_size;
-	gint zoom_to_fit_expands;
-	gint max_window_size;
-	gint limit_autofit_size;
-	gint max_autofit_size;
-	gint tile_cache_max;	/* in megabytes */
-	gint zoom_quality;
-	gint dither_quality;
-	gint zoom_increment;	/* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */
-	gint enable_read_ahead;
-	
+	struct {
+		gint exif_rotate_enable;
+		gint scroll_reset_method;
+		gint fit_window_to_image;
+		gint limit_window_size;
+		gint max_window_size;
+		gint limit_autofit_size;
+		gint max_autofit_size;
+
+		gint tile_cache_max;	/* in megabytes */
+		gint dither_quality;
+		gint enable_read_ahead;
+
+		gint zoom_mode;
+		gint zoom_2pass;
+		gint zoom_to_fit_allow_expand;
+		gint zoom_quality;
+		gint zoom_increment;	/* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */
+	} image;
+
 	gint user_specified_window_background;
 	GdkColor window_background_color;