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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-13 17:33:01 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-13 18:56:42 +0300
commit245129e8e2a6fb24b7a3c6623eae9a6b2010c238 (patch)
treef152b8032813d3ede98225c4171ed4b9bb4cb35f /source/blender/blenloader/BLO_readfile.h
parent84936ce0ee51453a8690a41e8eda8c7d424c928e (diff)
Fix T65445: wrong defaults when appending workspaces from builtin templates
Diffstat (limited to 'source/blender/blenloader/BLO_readfile.h')
-rw-r--r--source/blender/blenloader/BLO_readfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index cf00e4d5f84..8769ed37d16 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -40,6 +40,7 @@ struct Scene;
struct UserDef;
struct View3D;
struct ViewLayer;
+struct WorkSpace;
struct bContext;
struct bScreen;
struct wmWindowManager;
@@ -166,6 +167,7 @@ void BLO_expand_main(void *fdhandle, struct Main *mainvar);
/* Update defaults in startup.blend & userprefs.blend, without having to save and embed it */
void BLO_update_defaults_userpref_blend(void);
void BLO_update_defaults_startup_blend(struct Main *mainvar, const char *app_template);
+void BLO_update_defaults_workspace(struct WorkSpace *workspace, const char *app_template);
/* Version patch user preferences. */
void BLO_version_defaults_userpref_blend(struct Main *mainvar, struct UserDef *userdef);