summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/eventhandler_shared.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-12-08 12:12:33 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-12-08 12:12:33 (GMT)
commit8370faa98b3e44c340aa8c2bc58c9249757f3dbb (patch)
treed364ec88584556b6c2c4ec550eb8c49ac22417a7 /Graphic_Equalizer/include/eventhandler_shared.hch
parent93ea7e5bdeda85bc8d16bf1cf89489748fb2facb (diff)
downloadTASS-8370faa98b3e44c340aa8c2bc58c9249757f3dbb.zip
TASS-8370faa98b3e44c340aa8c2bc58c9249757f3dbb.tar.gz
TASS-8370faa98b3e44c340aa8c2bc58c9249757f3dbb.tar.bz2
Re-Arranged equalizer mode buttons for easier integration.
Diffstat (limited to 'Graphic_Equalizer/include/eventhandler_shared.hch')
-rw-r--r--Graphic_Equalizer/include/eventhandler_shared.hch13
1 files changed, 5 insertions, 8 deletions
diff --git a/Graphic_Equalizer/include/eventhandler_shared.hch b/Graphic_Equalizer/include/eventhandler_shared.hch
index 38f7ffc..d21cff4 100644
--- a/Graphic_Equalizer/include/eventhandler_shared.hch
+++ b/Graphic_Equalizer/include/eventhandler_shared.hch
@@ -32,8 +32,8 @@ typedef struct {
unsigned 10 volume_position;
unsigned 8 mask;
unsigned 4 mode;
- unsigned 3 equalizer_mode;
- unsigned 1 locked_equalizer;
+ unsigned 4 equalizer_mode;
+ unsigned 1 locked_display;
} events_t;
@@ -43,12 +43,9 @@ typedef struct {
-#define EQUALIZERMODE_CONVEX_FULL 0x05
-#define EQUALIZERMODE_CONVEX_HALF 0x03
-#define EQUALIZERMODE_PRECISE 0x01
-#define EQUALIZERMODE_CONCAVE_HALF 0x02
-#define EQUALIZERMODE_CONCAVE_FULL 0x04
-
+#define EQUALIZERMODE_FULL 0x05
+#define EQUALIZERMODE_HALF 0x03
+#define EQUALIZERMODE_PRECISE 0x00
/*