From 108d73625a9ed4a2260832327a977998e13ababa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 22 Mar 2004 16:39:58 +0000 Subject: [PATCH] A workaround for #70943 until xinerama placement works properly with windows that request a specific position. svn path=/trunk/kdebase/kwin/; revision=297855 --- manage.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manage.cpp b/manage.cpp index 2cf1b698a0..5220f8139a 100644 --- a/manage.cpp +++ b/manage.cpp @@ -238,6 +238,8 @@ bool Client::manage( Window w, bool isMapped ) (xSizeHint.flags & USPosition) ) { placementDone = TRUE; + // disobey xinerama placement option for now (#70943) + area = workspace()->clientArea( PlacementArea, geom.center(), desktop()); } if ( (xSizeHint.flags & USSize) || (xSizeHint.flags & PSize) ) {