Fix compile.

svn path=/trunk/KDE/kdebase/workspace/; revision=659314
This commit is contained in:
Luboš Luňák 2007-04-29 22:46:05 +00:00
parent 8c5d3af9d5
commit 629166134a

View file

@ -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).