diff options
-rw-r--r-- | vcl/unx/source/app/wmadaptor.cxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/vcl/unx/source/app/wmadaptor.cxx b/vcl/unx/source/app/wmadaptor.cxx index e3c7decc7dcc..70d5c6650b28 100644 --- a/vcl/unx/source/app/wmadaptor.cxx +++ b/vcl/unx/source/app/wmadaptor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wmadaptor.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: pl $ $Date: 2001-09-10 17:54:45 $ + * last change: $Author: pl $ $Date: 2001-10-08 16:03:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1287,14 +1287,6 @@ void WMAdaptor::maximizeFrame( SalFrame* pFrame, bool bHorizontal, bool bVertica CurrentTime ); } - else if( ! pFrame->maFrameData.mpParent ) - { - // this lets some window managers override - // user positioning style (e.g. fvwm2) - XSetTransientForHint( m_pDisplay, - pFrame->maFrameData.GetShellWindow(), - m_pSalDisplay->GetRootWindow() ); - } pFrame->maFrameData.SetPosSize( aTarget ); pFrame->maFrameData.nWidth_ = aTarget.GetWidth(); pFrame->maFrameData.nHeight_ = aTarget.GetHeight(); |