-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:
arpi 2002-05-19 23:31:10 +00:00
parent 0bfe8fcf31
commit e2cf3837fe
1 changed files with 1 additions and 0 deletions

View File

@ -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