Trim trailing white spaces on empty lines.
[geeqie.git] / src / options.h
index 1556dac..f888e7e 100644 (file)
@@ -50,6 +50,7 @@ struct _ConfOptions
        /* image */
        struct {
                gboolean exif_rotate_enable;
+               gboolean exif_proof_rotate_enable;
                guint scroll_reset_method;
                gboolean fit_window_to_image;
                gboolean limit_window_size;
@@ -59,7 +60,6 @@ struct _ConfOptions
 
                gint tile_cache_max;    /* in megabytes */
                gint image_cache_max;   /* in megabytes */
-               guint dither_quality;
                gboolean enable_read_ahead;
 
                ZoomMode zoom_mode;
@@ -67,6 +67,7 @@ struct _ConfOptions
                gboolean zoom_to_fit_allow_expand;
                guint zoom_quality;
                gint zoom_increment;    /* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */
+               gboolean use_clutter_renderer;
 
                gboolean use_custom_border_color_in_fullscreen;
                gboolean use_custom_border_color;
@@ -95,7 +96,7 @@ struct _ConfOptions
        struct {
                gchar *ext;
        } sidecar;
-       
+
        /* collections */
        struct {
                gboolean rectangular_selection;
@@ -106,7 +107,7 @@ struct _ConfOptions
                gchar *path;
                gchar *options;
        } shell;
-       
+
        /* file sorting */
        struct {
                SortType method;
@@ -170,9 +171,9 @@ struct _ConfOptions
                gboolean warn_on_write_problems;
 
                gboolean save_legacy_format;
-               
+
                gboolean sync_grouped_files;
-               
+
                gboolean confirm_write;
                gint confirm_timeout;
                gboolean confirm_after_timeout;
@@ -181,7 +182,7 @@ struct _ConfOptions
                gboolean keywords_case_sensitive;
                gboolean write_orientation;
        } metadata;
-       
+
        /* Stereo */
        struct {
                gint mode;;
@@ -203,7 +204,7 @@ struct _ConfOptions
                        gboolean fs_flip_left;
                        gboolean fs_swap;
                        gboolean fs_temp_disable;
-               } tmp; 
+               } tmp;
        } stereo;
 };