Fixed geometry that someone broke grr.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9522 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mark 2003-03-03 16:43:43 +00:00
parent b9fab7021c
commit 8b45fdcbe5
1 changed files with 1 additions and 2 deletions

View File

@ -205,8 +205,7 @@ static void setup_screen(uint32_t full)
{
aspect(&vidwidth, &vidheight, full ? A_ZOOM : A_NOZOOM);
//FIXME: update geometry code
//geometry(&vidx, &vidy, screenwidth, screenheight, vidwidth, vidheight);
geometry(&vidx, &vidy, &vidwidth, &vidheight, screenwidth, screenheight);
vo_fs = full;
clear_screen();
}