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:
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index af0df0e0643..0773b86aaab 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -248,7 +248,18 @@ enum {
TH_LOW_GRAD,
TH_HIGH_GRAD,
- TH_SHOW_BACK_GRAD
+ TH_SHOW_BACK_GRAD,
+
+ TH_INFO_SELECTED,
+ TH_INFO_SELECTED_TEXT,
+ TH_INFO_ERROR,
+ TH_INFO_ERROR_TEXT,
+ TH_INFO_WARNING,
+ TH_INFO_WARNING_TEXT,
+ TH_INFO_INFO,
+ TH_INFO_INFO_TEXT,
+ TH_INFO_DEBUG,
+ TH_INFO_DEBUG_TEXT
};
/* XXX WARNING: previous is saved in file, so do not change order! */