summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window/salframe.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-22 16:47:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-23 07:32:42 +0100
commit2abb72999df2b188ff174e4f7d639a3d0ecb602d (patch)
tree4be85c233d1ee49fa88591e660f2e5d307c6735a /vcl/unx/generic/window/salframe.cxx
parent13279b94080d87dde51bc8b8c669212bf71cacca (diff)
remove FWS X11 protocol stuff
so old even google can find no mention of any of this Change-Id: I82b1470c3c903b26718cbe244b98584575d75cef Reviewed-on: https://gerrit.libreoffice.org/66740 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/unx/generic/window/salframe.cxx')
-rw-r--r--vcl/unx/generic/window/salframe.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx
index 0d4c309adc8b..f4a24cfe6458 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -41,7 +41,6 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/keysym.h>
-#include "FWS.hxx"
#include <X11/extensions/shape.h>
#include <unx/salunx.h>
@@ -2218,12 +2217,6 @@ void X11SalFrame::ShowFullScreen( bool bFullScreen, sal_Int32 nScreen )
return;
pDisplay_->getWMAdaptor()->showFullScreen( this, bFullScreen );
- if( IsOverrideRedirect()
- && WMSupportsFWS( GetXDisplay(), GetDisplay()->GetRootWindow( m_nXScreen ) ) )
- {
- AddFwsProtocols( GetXDisplay(), GetShellWindow() );
- RegisterFwsWindow( GetXDisplay(), GetShellWindow() );
- }
}
}