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/editors/include/UI_resources.h
parent9f7a4125118c19e39dd80828db041283599d2189 (diff)
Console:
* Added own theme support for the cursor, was depending on the line_error color before.
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 6d9eee62601..2f908559c6c 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -189,6 +189,7 @@ enum {
TH_CONSOLE_INPUT,
TH_CONSOLE_INFO,
TH_CONSOLE_ERROR,
+ TH_CONSOLE_CURSOR,
TH_SEQ_MOVIE,
TH_SEQ_IMAGE,