renamed toplevelDecorationHasAlpha into decorationHasAlpha
svn path=/trunk/KDE/kdebase/workspace/; revision=1121192
This commit is contained in:
parent
81e2b18888
commit
7e28b26173
1 changed files with 1 additions and 1 deletions
2
scene.h
2
scene.h
|
@ -187,7 +187,7 @@ class Scene::Window
|
||||||
// is the window fully opaque
|
// is the window fully opaque
|
||||||
bool isOpaque() const;
|
bool isOpaque() const;
|
||||||
// does the decoration has alpha channel
|
// does the decoration has alpha channel
|
||||||
bool toplevelDecorationHasAlpha( void ) const;
|
bool decorationHasAlpha( void ) const;
|
||||||
// shape of the window
|
// shape of the window
|
||||||
QRegion shape() const;
|
QRegion shape() const;
|
||||||
QRegion clientShape() const;
|
QRegion clientShape() const;
|
||||||
|
|
Loading…
Reference in a new issue