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

reimar subversion at mplayerhq.hu
Mon Sep 3 10:33:35 CEST 2007


Author: reimar
Date: Mon Sep  3 10:33:35 2007
New Revision: 24332

Log:
Make sure aspect hint is adjusted on aspect change


Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	(original)
+++ trunk/libvo/x11_common.c	Mon Sep  3 10:33:35 2007
@@ -1163,6 +1163,7 @@ int vo_x11_check_events(Display * mydisp
  */
 void vo_x11_nofs_sizepos(int x, int y, int width, int height)
 {
+  vo_x11_sizehint(x, y, width, height, 0);
   if (vo_fs) {
     vo_old_x = x;
     vo_old_y = y;



More information about the MPlayer-cvslog mailing list