summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.c6
1 files changed, 3 insertions, 3 deletions
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);