lighter shadow

This commit is contained in:
Dana Jansens 2002-09-07 07:35:03 +00:00
parent 5e9f6a165c
commit 8d54452b77

View file

@ -267,7 +267,7 @@ void BFont::drawString(Drawable d, int x, int y, const BColor &color,
c.color.red = 0;
c.color.green = 0;
c.color.blue = 0;
c.color.alpha = 0x49 | 0x49 << 8; // transparent shadow
c.color.alpha = 0x40 | 0x40 << 8; // transparent shadow
c.pixel = BlackPixel(_display, _screen->getScreenNumber());