]> git.sesse.net Git - vlc/commitdiff
Do not disable X11 ARGB visuals (fixes: #3581)
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 1 Jun 2010 21:11:38 +0000 (00:11 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 1 Jun 2010 21:11:38 +0000 (00:11 +0300)
The XVideo and X11 outputs can cope with this properly now

bin/vlc.c

index 2ed8c6b7219c0901b67e59f79dfc4905bd052baf..2b287f163e177db89bdcdba86bd2326d1300b646 100644 (file)
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -98,10 +98,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. */