From da28fa2ab257ad9cec96af2ef10074383e106632 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 20 Jan 2008 09:40:15 +0000 Subject: Fix some function types from unspecified to empty argument list git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25813 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/w32_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libvo') diff --git a/libvo/w32_common.c b/libvo/w32_common.c index 0261871abc..4e54fb1e89 100644 --- a/libvo/w32_common.c +++ b/libvo/w32_common.c @@ -192,7 +192,7 @@ void w32_update_xinerama_info(void) { aspect_save_screenres(vo_screenwidth, vo_screenheight); } -static void updateScreenProperties() { +static void updateScreenProperties(void) { DEVMODE dm; dm.dmSize = sizeof dm; dm.dmDriverExtra = 0; @@ -391,7 +391,7 @@ void vo_w32_fullscreen(void) { createRenderingContext(); } -void vo_w32_border() { +void vo_w32_border(void) { vo_border = !vo_border; createRenderingContext(); } @@ -404,7 +404,7 @@ void vo_w32_ontop( void ) } } -void vo_w32_uninit() { +void vo_w32_uninit(void) { mp_msg(MSGT_VO, MSGL_V, "vo: win32: uninit\n"); resetMode(); ShowCursor(1); -- cgit v1.2.3