Fix compile.
svn path=/trunk/KDE/kdebase/workspace/; revision=659314
This commit is contained in:
parent
8c5d3af9d5
commit
629166134a
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ void Client::updateShape()
|
||||||
// !shape() mask setting is done in setMask() when the decoration
|
// !shape() mask setting is done in setMask() when the decoration
|
||||||
// calls it or when the decoration is created/destroyed
|
// calls it or when the decoration is created/destroyed
|
||||||
|
|
||||||
if( Shape::version() >= 0x11 ) // 1.1, has input shape support
|
if( Extensions::shapeVersion() >= 0x11 ) // 1.1, has input shape support
|
||||||
{ // There appears to be no way to find out if a window has input
|
{ // There appears to be no way to find out if a window has input
|
||||||
// shape set or not, so always propagate the input shape
|
// shape set or not, so always propagate the input shape
|
||||||
// (it's the same like the bounding shape by default).
|
// (it's the same like the bounding shape by default).
|
||||||
|
|
Loading…
Reference in a new issue