added separated function to get pixmap needed for the shadow tileSet.

svn path=/trunk/KDE/kdebase/workspace/; revision=1020708
This commit is contained in:
Hugo Pereira Da Costa 2009-09-07 06:53:13 +00:00
parent 904dc1341e
commit f439166398

View file

@ -109,6 +109,9 @@ namespace Nitrogen
//! shadows
TileSet *shadowTiles(const QColor& color, const QColor& glow, qreal size, bool active);
//! shadows
QPixmap shadowPixmap( const QColor& color, const QColor& glow, qreal size, bool active) const;
private:
class ShadowTilesOption {