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:
authorMatt Ebb <matt@mke3.net>2008-11-19 06:15:52 +0300
committerMatt Ebb <matt@mke3.net>2008-11-19 06:15:52 +0300
commitecde558252727584cdcd20b42c3d727ecbe26af2 (patch)
tree084013424bb26551f770a96973258db51f41f6c8 /source/blender/editors/include/UI_resources.h
parent13ac9079cccff2364c42ffdc708ea951dbe410ca (diff)
Started work on an updated UI theme
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index f30e5531f41..6d2b1147ff4 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -531,10 +531,11 @@ enum {
/* XXX WARNING: previous is saved in file, so do not change order! */
/* theme drawtypes */
-#define TH_MINIMAL 0
-#define TH_SHADED 1
-#define TH_ROUNDED 2
-#define TH_OLDSKOOL 3
+#define TH_MINIMAL 0
+#define TH_ROUNDSHADED 1
+#define TH_ROUNDED 2
+#define TH_OLDSKOOL 3
+#define TH_SHADED 4
/* specific defines per space should have higher define values */