summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/w32_common.c')
-rw-r--r--libvo/w32_common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c
index 7052e3457a..b78f8f1fc4 100644
--- a/libvo/w32_common.c
+++ b/libvo/w32_common.c
@@ -179,7 +179,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
break;
}
}
-
+
return DefWindowProc(hWnd, message, wParam, lParam);
}
@@ -218,7 +218,7 @@ int vo_w32_check_events(void) {
if (r.right != vo_dwidth || r.bottom != vo_dheight)
MoveWindow(vo_window, 0, 0, r.right, r.bottom, FALSE);
}
-
+
return event_flags;
}
@@ -395,7 +395,7 @@ static int createRenderingContext(void) {
}
SetPixelFormat(vo_hdc, pf, &pfd);
-
+
mp_msg(MSGT_VO, MSGL_V, "vo: win32: running at %dx%d with depth %d\n", vo_screenwidth, vo_screenheight, depthonscreen);
ReleaseDC(vo_window, vo_hdc);
@@ -458,7 +458,7 @@ int vo_w32_init(void) {
return 1;
hInstance = GetModuleHandle(0);
-
+
if (GetModuleFileName(0, exedir, MAX_PATH))
mplayerIcon = ExtractIcon(hInstance, exedir, 0);
if (!mplayerIcon)