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:
authorJulian Eisel <eiseljulian@gmail.com>2018-05-24 11:19:27 +0300
committerJulian Eisel <eiseljulian@gmail.com>2018-05-24 11:26:22 +0300
commit2d05f91bea9a566c62a298243025a561b318c46b (patch)
tree9ab36acfb1166afd3463bb0e45973ecdd1c3f531 /source/blender/makesdna/DNA_userdef_types.h
parent3820237ddb737b08867b4ee2e4f69434b64d9681 (diff)
UI: Add theming support for the status-bar
For now not bumping subversion, even though I technically should. We can do if needed, but would like to avoid bumping it every few days...
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 326d42d9cb3..9817d44c96b 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -406,6 +406,7 @@ typedef struct bTheme {
ThemeSpace tconsole;
ThemeSpace tclip;
ThemeSpace ttopbar;
+ ThemeSpace tstatusbar;
/* 20 sets of bone colors for this theme */
ThemeWireColor tarm[20];