[MPlayer-cvslog] CVS: main/libvo x11_common.c,1.207,1.208

Reimar Döffinger CVS syncmail at mplayerhq.hu
Thu Apr 20 18:17:08 CEST 2006


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv13200

Modified Files:
	x11_common.c 
Log Message:
10l, aspect_save_screenres must be always called in update_xinerama_info.


Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- x11_common.c	19 Apr 2006 15:58:10 -0000	1.207
+++ x11_common.c	20 Apr 2006 16:17:06 -0000	1.208
@@ -396,8 +396,8 @@
 
         XFree(screens);
     }
-    aspect_save_screenres(vo_screenwidth, vo_screenheight);
 #endif
+    aspect_save_screenres(vo_screenwidth, vo_screenheight);
 }
 
 int vo_init(void)




More information about the MPlayer-cvslog mailing list