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>2010-02-11 12:03:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-11 12:03:43 +0300
commite2ba857b0f1ac2c2481ed9a355ef933ca28173cb (patch)
tree8213f32d43ade47d9906ee56bf071dcd7e167243 /source/blender/makesdna/DNA_userdef_types.h
parentd3ce198cd5669ab098d1978e279313710f39c040 (diff)
console needs a background color, can use instead of padding.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 277967297f4..a83836fe15c 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -202,10 +202,10 @@ typedef struct ThemeSpace {
char cframe[4];
char ds_channel[4], ds_subchannel[4]; // dopesheet
- char console_output[4], console_input[4], console_info[4], console_error[4]; // Console
+ char console_output[4], console_input[4], console_info[4], console_error[4], console_back[4]; // Console (todo - console_back)
char vertex_size, facedot_size;
- char bpad[6];
+ char bpad[2];
char syntaxl[4], syntaxn[4], syntaxb[4]; // syntax for textwindow and nodes
char syntaxv[4], syntaxc[4];