Fix #280: Set defaults for Auto Rename
[geeqie.git] / src / options.h
index f538ded..11acdcb 100644 (file)
@@ -67,6 +67,10 @@ struct _ConfOptions
                gint height;
        } info_title;
 
+       struct {
+               gint height;
+       } info_rating;
+
        /* file ops */
        struct {
                gboolean enable_in_place_rename;
@@ -253,6 +257,14 @@ struct _ConfOptions
                        gboolean fs_temp_disable;
                } tmp;
        } stereo;
+
+       /* copy move rename */
+       struct {
+               gint auto_start;
+               gchar *auto_end;
+               gint auto_padding;
+               gint formatted_start;
+       } cp_mv_rn;
 };
 
 ConfOptions *options;