Mercurial > mplayer.hg
changeset 23875:df05ff41590e
make sure update_xinerama_info is always called even when using the
window-manager fullscreen hint, so that vo_screenwidth/height are right.
author | reimar |
---|---|
date | Sat, 28 Jul 2007 22:21:29 +0000 |
parents | 702707dc7521 |
children | b38974c30ed6 |
files | libvo/x11_common.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;