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>2013-03-28 06:29:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-28 06:29:10 +0400
commit0237e7eef2322a2b34d7a66130023c03bc8a217e (patch)
tree72977c5815926c3220db56122dd8f4ae9377bef2 /source/blender/windowmanager/wm_files.h
parenteab20832d9acaf2c5e7e5a968bc5bbf6e95c2ad2 (diff)
fix for loosing recent-files when running 'Copy Previous Settings'.
Diffstat (limited to 'source/blender/windowmanager/wm_files.h')
-rw-r--r--source/blender/windowmanager/wm_files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/wm_files.h b/source/blender/windowmanager/wm_files.h
index fe007e7f52f..9fda6801925 100644
--- a/source/blender/windowmanager/wm_files.h
+++ b/source/blender/windowmanager/wm_files.h
@@ -33,6 +33,7 @@
void wm_read_history(void);
int wm_file_write(struct bContext *C, const char *target, int fileflags, struct ReportList *reports);
+int wm_history_read_exec(bContext *C, wmOperator *op);
int wm_homefile_read_exec(struct bContext *C, struct wmOperator *op);
int wm_homefile_read(struct bContext *C, struct ReportList *reports, short from_memory);
int wm_homefile_write_exec(struct bContext *C, struct wmOperator *op);