[MPlayer-cvslog] r28073 - trunk/libvo/w32_common.c
reimar
subversion at mplayerhq.hu
Wed Dec 3 11:42:53 CET 2008
Author: reimar
Date: Wed Dec 3 11:42:53 2008
New Revision: 28073
Log:
Reindent after previous commit
Modified:
trunk/libvo/w32_common.c
Modified: trunk/libvo/w32_common.c
==============================================================================
--- trunk/libvo/w32_common.c (original)
+++ trunk/libvo/w32_common.c Wed Dec 3 11:42:53 2008
@@ -381,11 +381,11 @@ int vo_w32_config(uint32_t width, uint32
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;
More information about the MPlayer-cvslog
mailing list