# HG changeset patch # User reimar # Date 1185661289 0 # Node ID df05ff41590ed69e7f49db1e7f0bf4be5f5947ae # Parent 702707dc752186964c33e7df26de85f0e1f144fc make sure update_xinerama_info is always called even when using the window-manager fullscreen hint, so that vo_screenwidth/height are right. diff -r 702707dc7521 -r df05ff41590e libvo/x11_common.c --- a/libvo/x11_common.c Sat Jul 28 17:16:55 2007 +0000 +++ b/libvo/x11_common.c Sat Jul 28 22:21:29 2007 +0000 @@ -1533,12 +1533,12 @@ 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;