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
This commit is contained in:
2004-11-12 17:50:11 +00:00
parent f718d56192
commit c83d23b50c

View File

@@ -69,6 +69,7 @@ void plugin_getinfo(PluginInfo *);
/* *************** defines for button types ************** */ /* *************** defines for button types ************** */
#define CHA 32
#define INT 96 #define INT 96
#define FLO 128 #define FLO 128
@@ -76,6 +77,7 @@ void plugin_getinfo(PluginInfo *);
#define NUM (5<<9) #define NUM (5<<9)
#define LABEL (10<<9) #define LABEL (10<<9)
#define NUMSLI (14<<9) #define NUMSLI (14<<9)
#define COL (15<<9)
/* *************** API functions ******************** */ /* *************** API functions ******************** */