From 629166134a56f7951336df1471d0b0c10bf9f332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sun, 29 Apr 2007 22:46:05 +0000 Subject: [PATCH] Fix compile. svn path=/trunk/KDE/kdebase/workspace/; revision=659314 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).