mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 09:56:30 +00:00
Make sure aspect hint is adjusted on aspect change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24332 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
33f62a7510
commit
5bf1615eba
@ -1163,6 +1163,7 @@ int vo_x11_check_events(Display * mydisplay)
|
||||
*/
|
||||
void vo_x11_nofs_sizepos(int x, int y, int width, int height)
|
||||
{
|
||||
vo_x11_sizehint(x, y, width, height, 0);
|
||||
if (vo_fs) {
|
||||
vo_old_x = x;
|
||||
vo_old_y = y;
|
||||
|
Loading…
Reference in New Issue
Block a user