Trim trailing white spaces.
[geeqie.git] / src / options.h
index 118856b..63141a1 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;
@@ -66,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;
@@ -202,7 +204,7 @@ struct _ConfOptions
                        gboolean fs_flip_left;
                        gboolean fs_swap;
                        gboolean fs_temp_disable;
-               } tmp; 
+               } tmp;
        } stereo;
 };