Reindent after previous commit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28073 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-12-03 10:42:53 +00:00
parent c4386a8333
commit 23a8967a4c
1 changed files with 5 additions and 5 deletions

View File

@ -381,11 +381,11 @@ int vo_w32_config(uint32_t width, uint32_t height, uint32_t flags) {
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;