summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/eventhandler_shared.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-16 09:50:21 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-16 09:50:21 (GMT)
commitd6d20e4ef996d2d84bfb59a6eb0b8b1d1c7c28e3 (patch)
tree16d70e9d3651cb387ebeaf9544248f0830e79b95 /Graphic_Equalizer/include/eventhandler_shared.hch
parente9887c37a723d82a28a54eaf9c3d4db187bb3399 (diff)
downloadTASS-d6d20e4ef996d2d84bfb59a6eb0b8b1d1c7c28e3.zip
TASS-d6d20e4ef996d2d84bfb59a6eb0b8b1d1c7c28e3.tar.gz
TASS-d6d20e4ef996d2d84bfb59a6eb0b8b1d1c7c28e3.tar.bz2
changed equalizer levels from one large array beeing passed on, to just having a pointer passed on.
Diffstat (limited to 'Graphic_Equalizer/include/eventhandler_shared.hch')
-rw-r--r--Graphic_Equalizer/include/eventhandler_shared.hch1
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphic_Equalizer/include/eventhandler_shared.hch b/Graphic_Equalizer/include/eventhandler_shared.hch
index 4711356..5bf9ecf 100644
--- a/Graphic_Equalizer/include/eventhandler_shared.hch
+++ b/Graphic_Equalizer/include/eventhandler_shared.hch
@@ -27,6 +27,7 @@
* Type definition of the shared memory to be used in various processes
*/
typedef struct {
+ unsigned 10 active_preset;
unsigned 10 volume_position;
unsigned ram 9 equalizer_position[128];
unsigned 8 mask;