I have compiled VLC 0.8.6c with wxgtk1 (version 2.6.3.2.1.5 from Debian unstable). The player is stable enough for normal usage. The problem is, there are black areas appearing in all interface panels. My question is, can any of the code in 'modules/gui/wxwidgets/' be changed to improve this?
I did `grep -i black *.cpp` in 'modules/gui/wxwidgets/' and found 2 instances of 'wxBLACK' in 'video.cpp':
Code: Select all
if( !b_auto_size )
{
SetBackgroundColour( *wxBLACK );
if( p_child_window ) p_child_window->SetBackgroundColour( *wxBLACK );
}
Here are screenshots showing the problem:
http://farm2.static.flickr.com/1416/691 ... df83_o.gif
http://farm2.static.flickr.com/1355/691 ... f1a0_o.gif
http://farm2.static.flickr.com/1240/691 ... e5d6_o.gif
http://farm2.static.flickr.com/1147/692 ... dbe4_o.gif
http://farm2.static.flickr.com/1215/692 ... f435_o.gif