summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-10-08 15:03:08 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-10-08 15:03:08 +0000
commitf86581b3b9e9531ac3e73a9e521eb1bede0acbf6 (patch)
tree633b66fed56d5255541eea51e9fc136acb330e98 /vcl
parentb3ca4a00205b187539fe4dc173020dea70a484fa (diff)
#92634# removed fvwm2 worakround since it hurts on other WMs
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/app/wmadaptor.cxx12
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();