From 10f6c95996ada092895163b1ffe2ee0df64e8a21 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 28 Jul 2007 22:21:29 +0000 Subject: make sure update_xinerama_info is always called even when using the window-manager fullscreen hint, so that vo_screenwidth/height are right. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23895 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 4b86347e49..3a5a736ae9 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -1533,12 +1533,12 @@ void vo_x11_fullscreen(void) vo_old_y = vo_dy; vo_old_width = vo_dwidth; vo_old_height = vo_dheight; + } update_xinerama_info(); x = xinerama_x; y = xinerama_y; w = vo_screenwidth; h = vo_screenheight; - } } { long dummy; -- cgit v1.2.3