From 9e47aa722c12324cb5915750d717d9dc281ca7f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 2 Jun 2010 00:11:38 +0300 Subject: [PATCH] Do not disable X11 ARGB visuals (fixes: #3581) The XVideo and X11 outputs can cope with this properly now --- bin/vlc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/vlc.c b/bin/vlc.c index 2ed8c6b721..2b287f163e 100644 --- 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. */ -- 2.39.2