diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-03 08:33:35 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-03 08:33:35 +0000 |
commit | 5bf1615eba5a91aaf8c52f7ab3f268d96f3beba2 (patch) | |
tree | 8cc80b5e70fae5323bf0fb0889e13c107978b44e /libvo | |
parent | 33f62a7510e2b317a0304ffb3cbd9951b718c79b (diff) |
Make sure aspect hint is adjusted on aspect change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24332 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/x11_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 8a8f9659c4..8c55b93ce8 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -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; |