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:
-rw-r--r--source/blender/blenpluginapi/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenpluginapi/plugin.h b/source/blender/blenpluginapi/plugin.h
index 6956bcf09d3..aa8b5097604 100644
--- a/source/blender/blenpluginapi/plugin.h
+++ b/source/blender/blenpluginapi/plugin.h
@@ -69,6 +69,7 @@ void plugin_getinfo(PluginInfo *);
/* *************** defines for button types ************** */
+#define CHA 32
#define INT 96
#define FLO 128
@@ -76,6 +77,7 @@ void plugin_getinfo(PluginInfo *);
#define NUM (5<<9)
#define LABEL (10<<9)
#define NUMSLI (14<<9)
+#define COL (15<<9)
/* *************** API functions ******************** */