[vlc-commits] Qt: remove obsolete workaround for kwin

Ludovic Fauvet git at videolan.org
Mon Jul 15 19:16:46 CEST 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Mon Jul 15 19:10:20 2013 +0200| [4446d452da6469ac28d6a36e88307fc4361a03b1] | committer: Ludovic Fauvet

Qt: remove obsolete workaround for kwin

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4446d452da6469ac28d6a36e88307fc4361a03b1
---

 modules/gui/qt4/components/controller.cpp |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index 2928bd5..a5b3856 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -822,11 +822,6 @@ void FullscreenControllerWidget::restoreFSC()
         /* Dock at the bottom of the screen */
         updateFullwidthGeometry( targetScreen() );
     }
-
-#ifdef Q_WS_X11
-    // Tell kwin that we do not want a shadow around the fscontroller
-    setMask( QRegion( 0, 0, width(), height() ) );
-#endif
 }
 
 void FullscreenControllerWidget::centerFSC( int number )



More information about the vlc-commits mailing list