From 6914ba783217992334b90aa2bf3a8e2d8af3e09d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 12 Jun 2008 00:47:59 -0700 Subject: [PATCH] Warning killing. --- modules/gui/qt4/components/interface_widgets.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.39.5