mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
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:
parent
b9fab7021c
commit
8b45fdcbe5
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user