summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/eventhandler_shared.hch
diff options
context:
space:
mode:
Diffstat (limited to 'Graphic_Equalizer/include/eventhandler_shared.hch')
-rw-r--r--Graphic_Equalizer/include/eventhandler_shared.hch11
1 files changed, 9 insertions, 2 deletions
diff --git a/Graphic_Equalizer/include/eventhandler_shared.hch b/Graphic_Equalizer/include/eventhandler_shared.hch
index 98c2eea..bddf4c6 100644
--- a/Graphic_Equalizer/include/eventhandler_shared.hch
+++ b/Graphic_Equalizer/include/eventhandler_shared.hch
@@ -34,10 +34,12 @@ typedef struct {
unsigned 10 active_preset;
unsigned 8 mask;
unsigned 5 image, image_about;
- unsigned 4 mode;
+ unsigned 5 mode;
unsigned 4 equalizer_mode;
unsigned 1 button_demo_state;
unsigned 1 button_reset_state;
+ unsigned 1 next_track_state;
+ unsigned 1 prev_track_state;
unsigned 1 locked_gain;
unsigned 1 locked_display;
unsigned 1 saturated;
@@ -55,13 +57,18 @@ typedef struct {
#define IMAGE_HELP 0x07
#define IMAGE_ABOUT 0x08
#define IMAGE_GRAPH 0x09
+#define IMAGE_AUDIO_PLAYER 0x0a
#define EQUALIZERMODE_FULL 0x05
#define EQUALIZERMODE_HALF 0x03
#define EQUALIZERMODE_PRECISE 0x00
-
+#define EVENTS_MODE_SKIN 0x01
+#define EVENTS_MODE_HELP 0x02
+#define EVENTS_MODE_ABOUT 0x04
+#define EVENTS_MODE_GRAPH 0x08
+#define EVENTS_MODE_AUDIO_PLAYER 0x10
/*
* Volume Control lookuptable.