summaryrefslogtreecommitdiff
path: root/src/fileio_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio_type.h')
-rw-r--r--src/fileio_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio_type.h b/src/fileio_type.h
index 17be6d60f..14acf0797 100644
--- a/src/fileio_type.h
+++ b/src/fileio_type.h
@@ -140,6 +140,8 @@ enum Searchpath : unsigned {
SP_INSTALLATION_DIR, ///< Search in the installation directory
SP_APPLICATION_BUNDLE_DIR, ///< Search within the application bundle
SP_AUTODOWNLOAD_DIR, ///< Search within the autodownload directory
+ SP_AUTODOWNLOAD_PERSONAL_DIR, ///< Search within the autodownload directory located in the personal directory
+ SP_AUTODOWNLOAD_PERSONAL_DIR_XDG, ///< Search within the autodownload directory located in the personal directory (XDG variant)
NUM_SEARCHPATHS
};