[MPlayer-cvslog] r18992 - trunk/libvo/w32_common.c
reimar
subversion at mplayerhq.hu
Mon Jul 10 12:22:29 CEST 2006
Author: reimar
Date: Mon Jul 10 12:22:29 2006
New Revision: 18992
Modified:
trunk/libvo/w32_common.c
Log:
Fix window size bug when starting with -fs and returning
to windowed mode
Modified: trunk/libvo/w32_common.c
==============================================================================
--- trunk/libvo/w32_common.c (original)
+++ trunk/libvo/w32_common.c Mon Jul 10 12:22:29 2006
@@ -301,8 +301,8 @@
o_dwidth = width;
o_dheight = height;
- prev_width = width;
- prev_height = height;
+ prev_width = vo_dwidth = width;
+ prev_height = vo_dheight = height;
prev_x = vo_dx;
prev_y = vo_dy;
More information about the MPlayer-cvslog
mailing list