# HG changeset patch # User reimar # Date 1152526949 0 # Node ID 1f08622dd29709bcb570aa03e6d2b5c88f40af2f # Parent d743c48823cc7d8751769d74ddbec564121d0b8a Fix window size bug when starting with -fs and returning to windowed mode diff -r d743c48823cc -r 1f08622dd297 libvo/w32_common.c --- 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;