From 8370faa98b3e44c340aa8c2bc58c9249757f3dbb Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Wed, 8 Dec 2004 12:12:33 +0000 Subject: Re-Arranged equalizer mode buttons for easier integration. --- Graphic_Equalizer/include/eventhandler_shared.hch | 13 +++++-------- 1 file 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 /* -- cgit v0.12