diff libvo/w32_common.c @ 18987:1f08622dd297

Fix window size bug when starting with -fs and returning to windowed mode
author reimar
date Mon, 10 Jul 2006 10:22:29 +0000
parents c2aee29c80b6
children 7094d22578d4
line wrap: on
line diff
--- a/libvo/w32_common.c	Mon Jul 10 02:54:43 2006 +0000
+++ b/libvo/w32_common.c	Mon Jul 10 10:22:29 2006 +0000
@@ -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;