summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-06 12:56:27 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-06 12:56:27 (GMT)
commitd58e371fd09332ed9f9cb88c5b4e018b05fec13f (patch)
tree057c713ce92dede11b5c7190cd6947e7c2aec30a
parent7897b7464ce9a2139131d95c7cbc7e83d72db57d (diff)
downloadTASS-d58e371fd09332ed9f9cb88c5b4e018b05fec13f.zip
TASS-d58e371fd09332ed9f9cb88c5b4e018b05fec13f.tar.gz
TASS-d58e371fd09332ed9f9cb88c5b4e018b05fec13f.tar.bz2
Added inputgain.
-rw-r--r--Graphic_Equalizer/include/display_shared.hch3
1 files changed, 3 insertions, 0 deletions
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. */