[MPlayer-cvslog] r23895 - trunk/libvo/x11_common.c

reimar subversion at mplayerhq.hu
Sun Jul 29 00:21:29 CEST 2007


Author: reimar
Date: Sun Jul 29 00:21:29 2007
New Revision: 23895

Log:
make sure update_xinerama_info is always called even when using the
window-manager fullscreen hint, so that vo_screenwidth/height are right.


Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	(original)
+++ trunk/libvo/x11_common.c	Sun Jul 29 00:21:29 2007
@@ -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;



More information about the MPlayer-cvslog mailing list