move the grouping code from file_data_new to filelist_read
[geeqie.git] / src / typedefs.h
index dba1c12..e3179cc 100644 (file)
@@ -497,6 +497,7 @@ struct _FileData {
        gint64 size;
        time_t date;
        mode_t mode; /* this is needed at least for notification in view_dir because it is preserved after the file/directory is deleted */
+       gint sidecar_priority;
        
        guint marks; /* each bit represents one mark */
        guint valid_marks; /* zero bit means that the corresponding mark needs to be reread */