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:
authorThomas Dinges <blender@dingto.org>2010-02-15 05:39:40 +0300
committerThomas Dinges <blender@dingto.org>2010-02-15 05:39:40 +0300
commit6753411adb54458ee87deda25ca662e0689f676d (patch)
treefef593cad1b62c6b4aa9a7aac209b0c9acf1a1f5 /source/blender/makesdna
parent9f7a4125118c19e39dd80828db041283599d2189 (diff)
Console:
* Added own theme support for the cursor, was depending on the line_error color before.
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 5bcb7b20104..a66a6fb9408 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];
+ char console_output[4], console_input[4], console_info[4], console_error[4], console_cursor[4];
char vertex_size, facedot_size;
char bpad[6];