[vlc-devel] commit: Warning killing. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Jun 12 09:46:39 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun 12 00:47:59 2008 -0700| [6914ba783217992334b90aa2bf3a8e2d8af3e09d]

Warning killing.

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

 modules/gui/qt4/components/interface_widgets.hpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/interface_widgets.hpp b/modules/gui/qt4/components/interface_widgets.hpp
index 9767483..1c50464 100644
--- a/modules/gui/qt4/components/interface_widgets.hpp
+++ b/modules/gui/qt4/components/interface_widgets.hpp
@@ -50,11 +50,12 @@
 #endif
 
 /* to trying transparency with fullscreen controller on windows enable that */
-#define HAVE_TRANSPARENCY 0
 /* it can be enabled on-non windows systems,
    but it will be transparent only with composite manager */
 #ifndef WIN32
     #define HAVE_TRANSPARENCY 1
+#else
+    #define HAVE_TRANSPARENCY 0
 #endif
 
 /* Default value of opacity for FS controller */




More information about the vlc-devel mailing list