From: RĂ©mi Denis-Courmont Date: Tue, 1 Jun 2010 21:11:38 +0000 (+0300) Subject: Do not disable X11 ARGB visuals (fixes: #3581) X-Git-Tag: 1.2.0-pre1~6359 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=9e47aa722c12324cb5915750d717d9dc281ca7f9 Do not disable X11 ARGB visuals (fixes: #3581) The XVideo and X11 outputs can cope with this properly now --- 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. */