0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

paint background on -v -v

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4003 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-01-06 10:58:04 +00:00
parent 4bbefcad28
commit 4b41dd6fb5

View File

@ -886,12 +886,12 @@ init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint3
for(i=0;i<MAX_BUFFERS;i++)
{
win.ptr = dga_buffer = video_base + multi_buff[i];
if(verbose) paintBkGnd();
if(verbose>1) paintBkGnd();
}
}
else
{
if(verbose) paintBkGnd();
if(verbose>1) paintBkGnd();
{
int x;
x = (video_mode_info.XResolution/video_mode_info.XCharSize)/2-strlen(title)/2;