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:
authorSv. Lockal <lockalsash@gmail.com>2013-12-17 22:02:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-17 22:03:30 +0400
commitf034e69f0c3d247c5fb9343bceb7c8a249e43c90 (patch)
treebae129c9b99bc4a5d3b9fa7bb20578ef7252b89f /source/blender/makesdna/DNA_userdef_types.h
parentc5d7ea091fa5a291b270565e456612df1e37b50c (diff)
UI: Theme Colors for Info space
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 6aab0a0a0d1..111477f155d 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -309,6 +309,13 @@ typedef struct ThemeSpace {
char nla_transition[4], nla_transition_sel[4]; /* NLA "Transition" strips */
char nla_meta[4], nla_meta_sel[4]; /* NLA "Meta" strips */
char nla_sound[4], nla_sound_sel[4]; /* NLA "Sound" strips */
+
+ /* info */
+ char info_selected[4], info_selected_text[4];
+ char info_error[4], info_error_text[4];
+ char info_warning[4], info_warning_text[4];
+ char info_info[4], info_info_text[4];
+ char info_debug[4], info_debug_text[4];
} ThemeSpace;