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:
authorDaniel Salazar <zanqdo@gmail.com>2010-02-11 19:28:31 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-02-11 19:28:31 +0300
commit6286e415146f1325207f764b4b9f8c92996cc4a6 (patch)
tree3daecf6e71fc63400ae8978289a37b39c1f99481 /source/blender/makesdna
parent9ee81473f8ce2e08027a50c8b0f42c49fbc3499e (diff)
Theme support for console background. Thx cam for help!
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index a83836fe15c..12ca52e7f4b 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -202,7 +202,7 @@ 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_back[4]; // Console (todo - console_back)
+ char console_output[4], console_input[4], console_info[4], console_error[4], console_back[4];
char vertex_size, facedot_size;
char bpad[2];