Skip to content

Commit

Permalink
Revert "Remove the Xlib no-ARGB hack"
Browse files Browse the repository at this point in the history
This reverts commit 9f9f6d1.
  • Loading branch information
Rémi Denis-Courmont committed May 2, 2010
1 parent 6d4a41a commit 0f7abe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/vlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ int main( int i_argc, const char *ppsz_argv[] )
/* Disable the ugly Gnome crash dialog so that we properly segfault */
putenv( (char *)"GNOME_DISABLE_CRASH_DIALOG=1" );
# endif

/* Make Xlib hide visuals with an alphachannel. Ensure that Qt4 will not
* use the alpha channel for the embedded video window. */
putenv( (char *)"XLIB_SKIP_ARGB_VISUALS=1" );
#endif
#ifdef HAVE_SETENV
/* Clear the X.Org startup notification ID. Otherwise the UI might try to
Expand Down

0 comments on commit 0f7abe2

Please sign in to comment.