From 71224efa7790364434841f44852444681993910d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 21 Jul 2004 08:59:18 +0000 Subject: [PATCH] Better add a remainder for that. svn path=/trunk/kdebase/kwin/; revision=331402 --- geometry.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/geometry.cpp b/geometry.cpp index 2256190874..5b04d88319 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -1524,6 +1524,9 @@ bool Client::isResizable() const return false; if(( isSpecialWindow() || isSplash() || isToolbar()) && !isOverride()) return false; +#if KDE_IS_VERSION( 3, 3, 90 ) +#warning Rename the moveresize maximize option. +#endif // if( maximizeMode() == MaximizeFull && !options->moveResizeMaximizedWindows() ) // return false; if( rules()->checkSize( QSize()).isValid()) // forced size