mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01: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:
parent
d168d0e545
commit
bf2793f39d
@ -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_dy=(vo_screenheight-modeline_height)/2;
|
||||||
vo_dwidth=modeline_width;
|
vo_dwidth=modeline_width;
|
||||||
vo_dheight=modeline_height;
|
vo_dheight=modeline_height;
|
||||||
aspect_save_screenres(modeline_width,modeline_height);
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
bg=WhitePixel( mDisplay,mScreen );
|
bg=WhitePixel( mDisplay,mScreen );
|
||||||
|
Loading…
Reference in New Issue
Block a user