From 8a9738e02f6bfad7bfee072b1a668aea042c5944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 11 Mar 2004 12:59:55 +0000 Subject: [PATCH] This looks strange, whatever this is supposed to do. And if it's "compile fixes for FreeBSD", then I'm a kangaroo. svn path=/trunk/kdebase/kwin/; revision=295165 --- manage.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/manage.cpp b/manage.cpp index cd7a58421f..2cf1b698a0 100644 --- a/manage.cpp +++ b/manage.cpp @@ -234,19 +234,6 @@ bool Client::manage( Window w, bool isMapped ) { bool ignorePPosition = ( options->ignorePositionClasses.contains(QString::fromLatin1(resourceClass()))); - if ((xSizeHint.flags & PPosition) && ! ignorePPosition) - { - int tx = geom.x(); - int ty = geom.y(); - -// TODO tyhle testy nepocitaji s dekoraci, ani s gravity - if (tx < 0) - tx = area.right() + tx; - if (ty < 0) - ty = area.bottom() + ty; - geom.moveTopLeft(QPoint(tx, ty)); - } - if ( ( (xSizeHint.flags & PPosition) && !ignorePPosition ) || (xSizeHint.flags & USPosition) ) {