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:
authorKent Mein <mein@cs.umn.edu>2004-11-12 20:50:11 +0300
committerKent Mein <mein@cs.umn.edu>2004-11-12 20:50:11 +0300
commitc83d23b50c7ee435ed1ca358804e52da8f8ee4ba (patch)
tree0a0251a00df9107d068548f4b1ef4e9b8cd06dc7 /source/blender/blenpluginapi
parentf718d56192bb7be443f866dd0b4a08b4f5f62612 (diff)
I added a couple of button type defines for qwe.
We should probably add some more there are a lot missing but I'll save that for after release. Kent
Diffstat (limited to 'source/blender/blenpluginapi')
-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 ******************** */