Fix #323: Rating system
[geeqie.git] / src / options.h
index 9fb78f8..4a6c776 100644 (file)
@@ -45,6 +45,7 @@ struct _ConfOptions
        gboolean duplicates_thumbnails;
        guint duplicates_select_type;
        gboolean rot_invariant_sim;
+       gboolean sort_totals;
 
        gint open_recent_list_maxsize;
        gint dnd_icon_size;
@@ -66,6 +67,10 @@ struct _ConfOptions
                gint height;
        } info_title;
 
+       struct {
+               gint height;
+       } info_rating;
+
        /* file ops */
        struct {
                gboolean enable_in_place_rename;