Mercurial > mplayer.hg
changeset 28039:a95ac8f0336e
Reindent after previous commit
author | reimar |
---|---|
date | Wed, 03 Dec 2008 10:42:53 +0000 |
parents | 174c85faada7 |
children | 9081df26c512 |
files | libvo/w32_common.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/w32_common.c Wed Dec 03 10:38:50 2008 +0000 +++ b/libvo/w32_common.c Wed Dec 03 10:42:53 2008 +0000 @@ -381,11 +381,11 @@ o_dheight = height; if (WinID < 0) { - // the desired size is ignored in wid mode, it always matches the window size. - prev_width = vo_dwidth = width; - prev_height = vo_dheight = height; - prev_x = vo_dx; - prev_y = vo_dy; + // the desired size is ignored in wid mode, it always matches the window size. + prev_width = vo_dwidth = width; + prev_height = vo_dheight = height; + prev_x = vo_dx; + prev_y = vo_dy; } vo_fs = flags & VOFLAG_FULLSCREEN;