Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-03-16 16:37:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-03-16 16:42:13 +0300
commitc4e07dd29b31726a586eab9d10d8f3ae916d547f (patch)
treea0dc3b4562be82e4d515a5e05369e1821ffd7f5b /source/blender/windowmanager/wm_files.h
parentaad9dd2f1bc2645885da4975985f413706b06c2e (diff)
Cleanup: differentiate startup/prefs in home-file reading
Diffstat (limited to 'source/blender/windowmanager/wm_files.h')
-rw-r--r--source/blender/windowmanager/wm_files.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm_files.h b/source/blender/windowmanager/wm_files.h
index 396907a3f6d..954d35722f3 100644
--- a/source/blender/windowmanager/wm_files.h
+++ b/source/blender/windowmanager/wm_files.h
@@ -35,7 +35,9 @@ struct wmOperatorType;
/* wm_files.c */
void wm_history_file_read(void);
-int wm_homefile_read(struct bContext *C, struct ReportList *reports, bool from_memory, const char *filepath);
+int wm_homefile_read(
+ struct bContext *C, struct ReportList *reports,
+ bool from_memory, const char *filepath_startup_override);
void wm_file_read_report(bContext *C);
void WM_OT_save_homefile(struct wmOperatorType *ot);