Commit 3e4262af authored by Rémi Denis-Courmont's avatar 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)
parent 159d3992
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment