summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-20 07:54:15 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-20 07:54:15 (GMT)
commit10d220dc3c184e52cb8286a5ea32cbe8884824ba (patch)
tree7e0baf632d058f47fd4a82c3271413c0eb7de001
parent3f54b80cfa87dfb199de6f9ab0d3a58896dca37d (diff)
downloadTASS-10d220dc3c184e52cb8286a5ea32cbe8884824ba.zip
TASS-10d220dc3c184e52cb8286a5ea32cbe8884824ba.tar.gz
TASS-10d220dc3c184e52cb8286a5ea32cbe8884824ba.tar.bz2
mouse coordinate stores are now 11 bits wide. Display coordinates as well thus skin data also.
-rw-r--r--Graphic_Equalizer/include/display.hch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphic_Equalizer/include/display.hch b/Graphic_Equalizer/include/display.hch
index 88653d2..53388c5 100644
--- a/Graphic_Equalizer/include/display.hch
+++ b/Graphic_Equalizer/include/display.hch
@@ -30,7 +30,7 @@
#define PIXEL_INPUTGAIN_NORM (0x2d74b5)
#define PIXEL_INPUTGAIN_SAT (0xc7541f)
#define PIXEL_EQUALIZER (0xc7541f)
-#define PIXEL_SPECTRUM ((((skindata->spectrum.bottom -(SCANY <- 10)) <<1) <- 8) @ 0x00 @ (((skindata->spectrum.bottom -(SCANY <- 10)) <<1) <- 8))
+#define PIXEL_SPECTRUM ((((skindata->spectrum.bottom -(SCANY <- 11)) <<1) <- 8) @ 0x00 @ (((skindata->spectrum.bottom -(SCANY <- 11)) <<1) <- 8))
#define PIXEL_WAVEFORM (0x2d74b5)