]> git.sesse.net Git - vlc/commitdiff
Warning killing.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 12 Jun 2008 07:47:59 +0000 (00:47 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 12 Jun 2008 07:48:39 +0000 (00:48 -0700)
modules/gui/qt4/components/interface_widgets.hpp

index 9767483884757320408efd0cc31ad98f8dcb8f28..1c50464c2a8bf10989b416f2a613fc08695fcd85 100644 (file)
 #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 */