X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bin%2Fvlc.c;h=2b287f163e177db89bdcdba86bd2326d1300b646;hb=9e47aa722c12324cb5915750d717d9dc281ca7f9;hp=2ed8c6b7219c0901b67e59f79dfc4905bd052baf;hpb=cdb53ce67f80307fabd6d8447e9b55a5c25eb2ef;p=vlc 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. */