summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-28 22:21:29 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-28 22:21:29 +0000
commit10f6c95996ada092895163b1ffe2ee0df64e8a21 (patch)
tree2ab8cf31833209683b6938e9a87f95d23d72b096 /libvo
parentcc95003d5fd77ddc3028a73a8a84484bf19c8f7c (diff)
downloadmpv-10f6c95996ada092895163b1ffe2ee0df64e8a21.tar.bz2
mpv-10f6c95996ada092895163b1ffe2ee0df64e8a21.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
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;