mirror of https://github.com/mpv-player/mpv
-vm -fs fix by Tobias Diedrich <ranma@gmx.at>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6126 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0bfe8fcf31
commit
e2cf3837fe
|
@ -381,6 +381,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
|
||||||
hint.y=(vo_screenheight-modeline_height)/2;
|
hint.y=(vo_screenheight-modeline_height)/2;
|
||||||
hint.width=modeline_width;
|
hint.width=modeline_width;
|
||||||
hint.height=modeline_height;
|
hint.height=modeline_height;
|
||||||
|
aspect_save_screenres(modeline_width,modeline_height);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue