From d58e371fd09332ed9f9cb88c5b4e018b05fec13f Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Thu, 6 Jan 2005 12:56:27 +0000 Subject: Added inputgain. --- Graphic_Equalizer/include/display_shared.hch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Graphic_Equalizer/include/display_shared.hch b/Graphic_Equalizer/include/display_shared.hch index b631e74..cc65109 100644 --- a/Graphic_Equalizer/include/display_shared.hch +++ b/Graphic_Equalizer/include/display_shared.hch @@ -43,6 +43,7 @@ typedef struct { skininfo_t waveform; /*!< We store all information about the waveform area here. */ skininfo_t spectrum; /*!< We store all information about the spectrum analyzer area here. */ skininfo_t volume; /*!< We store all information about the volume control area here. */ + skininfo_t inputgain; /*!< We store all information about the inputgain area here. */ skininfo_t equalizer; /*!< We store all information about the equalizerbars here. */ } skindata_t; @@ -83,6 +84,8 @@ typedef struct { #define BUTTON_EXIT_TO_SKIN 0x1d /*!< Button that exits the current screen and returns to the normal 'skin' screen */ +#define AREA_INPUTGAIN_YAXIS 0x1e /*!< Input Gain control on the Y plane. */ + #define AREA_MASK_END 0x7e /*!< Area in mask determining the end of the area beeing drawn */ #define AREA_EQUALIZER_MIN 0x80 /*!< First bar of the Equalizer Area. */ -- cgit v0.12