1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 04:15:13 +00:00

10l, aspect_save_screenres must be always called in update_xinerama_info.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18161 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-04-20 16:17:06 +00:00
parent 4f5303a7fe
commit 3a54af84ad

View File

@ -396,8 +396,8 @@ void update_xinerama_info(void) {
XFree(screens);
}
aspect_save_screenres(vo_screenwidth, vo_screenheight);
#endif
aspect_save_screenres(vo_screenwidth, vo_screenheight);
}
int vo_init(void)