summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/w32_common.h')
-rw-r--r--libvo/w32_common.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/libvo/w32_common.h b/libvo/w32_common.h
index 219e7d454d..41c0712470 100644
--- a/libvo/w32_common.h
+++ b/libvo/w32_common.h
@@ -7,14 +7,14 @@
extern HWND vo_w32_window;
extern int vo_vm;
-extern int vo_w32_init(void);
-extern void vo_w32_uninit(void);
-extern void vo_w32_ontop(void);
-extern void vo_w32_border(void);
-extern void vo_w32_fullscreen(void);
-extern int vo_w32_check_events(void);
-extern int vo_w32_config(uint32_t, uint32_t, uint32_t);
-extern void destroyRenderingContext(void);
-extern void w32_update_xinerama_info(void);
+int vo_w32_init(void);
+void vo_w32_uninit(void);
+void vo_w32_ontop(void);
+void vo_w32_border(void);
+void vo_w32_fullscreen(void);
+int vo_w32_check_events(void);
+int vo_w32_config(uint32_t, uint32_t, uint32_t);
+void destroyRenderingContext(void);
+void w32_update_xinerama_info(void);
#endif /* MPLAYER_W32_COMMON_H */