summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-20 07:56:25 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-20 07:56:25 (GMT)
commit5ff558dfa6abcdbf71b04ac57fa5be761c39e844 (patch)
treed45cced86b646e799cd4d749b22f4f26012bcb78
parent10d220dc3c184e52cb8286a5ea32cbe8884824ba (diff)
downloadTASS-5ff558dfa6abcdbf71b04ac57fa5be761c39e844.zip
TASS-5ff558dfa6abcdbf71b04ac57fa5be761c39e844.tar.gz
TASS-5ff558dfa6abcdbf71b04ac57fa5be761c39e844.tar.bz2
Added color for 'disabled' items.
-rw-r--r--Graphic_Equalizer/include/display.hch1
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphic_Equalizer/include/display.hch b/Graphic_Equalizer/include/display.hch
index 53388c5..38cd16c 100644
--- a/Graphic_Equalizer/include/display.hch
+++ b/Graphic_Equalizer/include/display.hch
@@ -24,6 +24,7 @@
/*
* Set the color for various items that will be drawn on screen.
*/
+#define DISABLED (0x444444)
#define MASK (pixeldata[31:24])
#define PIXEL (pixeldata <- 24)
#define PIXEL_VOLUME (0x2d74b5)