Mercurial > mplayer.hg
changeset 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 | d743c48823cc |
children | a61ef37d3c71 |
files | libvo/w32_common.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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;