A workaround for #70943 until xinerama placement works properly with

windows that request a specific position.

svn path=/trunk/kdebase/kwin/; revision=297855
This commit is contained in:
Luboš Luňák 2004-03-22 16:39:58 +00:00
parent dd81cc4c6e
commit 108d73625a

View file

@ -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) )
{