[vlc-commits] commit: Do not disable X11 ARGB visuals (fixes: #3581) ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Tue Jun 1 23:15:04 CEST 2010


vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun  2 00:11:38 2010 +0300| [3e4262af0f906f44ecb16d0591b976515178d6d4] | committer: Rémi Denis-Courmont 

Do not disable X11 ARGB visuals (fixes: #3581)

The XVideo and X11 outputs can cope with this properly now
(cherry picked from commit 9e47aa722c12324cb5915750d717d9dc281ca7f9)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=3e4262af0f906f44ecb16d0591b976515178d6d4
---

 bin/vlc.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/bin/vlc.c b/bin/vlc.c
index 4cf6c83..ab421f0 100644
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -80,10 +80,6 @@ int main( int i_argc, const char *ppsz_argv[] )
     setenv ("GNOME_DISABLE_CRASH_DIALOG", "1", 1);
 # endif
 
-    /* Make Xlib hide visuals with an alphachannel. Ensure that Qt4 will not
-     * use the alpha channel for the embedded video window. */
-    setenv ("XLIB_SKIP_ARGB_VISUALS", "1", 1);
-
     /* Clear the X.Org startup notification ID. Otherwise the UI might try to
      * change the environment while the process is multi-threaded. That could
      * crash. Screw you X.Org. Next time write a thread-safe specification. */



More information about the vlc-commits mailing list