diff --git a/client.cpp b/client.cpp index 57241afe18..e693a3ba10 100644 --- a/client.cpp +++ b/client.cpp @@ -473,7 +473,7 @@ void Client::updateShape() // !shape() mask setting is done in setMask() when the decoration // 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 // shape set or not, so always propagate the input shape // (it's the same like the bounding shape by default).