From 5bf1615eba5a91aaf8c52f7ab3f268d96f3beba2 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 3 Sep 2007 08:33:35 +0000 Subject: Make sure aspect hint is adjusted on aspect change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24332 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') 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; -- cgit v1.2.3