|
|
@ -477,7 +477,7 @@ void MandrivaStyle::renderMenuBlendPixmap( KPixmap& pix, const TQColorGroup &cg,
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TQColor col = cg.background();
|
|
|
|
TQColor col = cg.background();
|
|
|
|
//FIXME !!!!!!!!!!!!!!!
|
|
|
|
//FIXME !!!!!!!!!!!!!!!
|
|
|
|
#ifdef Q_WS_X11 // Only draw menu gradients on TrueColor, X11 visuals
|
|
|
|
#ifdef TQ_WS_X11 // Only draw menu gradients on TrueColor, X11 visuals
|
|
|
|
if ( TQPaintDevice::x11AppDepth() >= 24 )
|
|
|
|
if ( TQPaintDevice::x11AppDepth() >= 24 )
|
|
|
|
KPixmapEffect::gradient( pix, col.light(120), col.dark(115),
|
|
|
|
KPixmapEffect::gradient( pix, col.light(120), col.dark(115),
|
|
|
|
KPixmapEffect::HorizontalGradient );
|
|
|
|
KPixmapEffect::HorizontalGradient );
|
|
|
|