added separated function to get pixmap needed for the shadow tileSet.
svn path=/trunk/KDE/kdebase/workspace/; revision=1020708
This commit is contained in:
parent
904dc1341e
commit
f439166398
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue