1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 18:12:22 +00:00

Silly me, vo_x11 doesn't use my aspect code!

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6705 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-07-11 16:14:55 +00:00
parent d168d0e545
commit bf2793f39d

View File

@ -306,7 +306,6 @@ static uint32_t config( uint32_t width,uint32_t height,uint32_t d_width,uint32_t
vo_dy=(vo_screenheight-modeline_height)/2;
vo_dwidth=modeline_width;
vo_dheight=modeline_height;
aspect_save_screenres(modeline_width,modeline_height);
}
#endif
bg=WhitePixel( mDisplay,mScreen );