From: Jean-Baptiste Kempf Date: Thu, 12 Jun 2008 07:47:59 +0000 (-0700) Subject: Warning killing. X-Git-Tag: 0.9.0-test0~198 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6914ba783217992334b90aa2bf3a8e2d8af3e09d;p=vlc Warning killing. --- diff --git a/modules/gui/qt4/components/interface_widgets.hpp b/modules/gui/qt4/components/interface_widgets.hpp index 9767483884..1c50464c2a 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 */