Fix #714: find duplicates enhanced selection logic
[geeqie.git] / src / dupe.h
index 3e97055..c96d60e 100644 (file)
@@ -38,7 +38,8 @@ typedef enum
        DUPE_MATCH_SIM_MED  = 1 << 7,
        DUPE_MATCH_SIM_LOW  = 1 << 8,
        DUPE_MATCH_SIM_CUSTOM = 1 << 9,
-       DUPE_MATCH_NAME_CI = 1 << 10    /* same as name, but case insensitive */
+       DUPE_MATCH_NAME_CI = 1 << 10,   /* same as name, but case insensitive */
+       DUPE_MATCH_ALL = 1 << 11
 } DupeMatchType;
 
 typedef enum
@@ -114,6 +115,9 @@ struct _DupeWindow
 
        ImageLoader *img_loader;
 
+       GtkTreeSortable *sortable;
+       gint set_count;
+
        /* second set comparison stuff */
 
        gboolean second_set;            /* second set enabled ? */