summaryrefslogtreecommitdiffstats
path: root/video/out/w32_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-16 14:07:41 +0200
committerwm4 <wm4@nowhere>2013-05-26 16:44:19 +0200
commit526e969419891386dd699f472f06f61df821a431 (patch)
tree74353c6f227179008b45d1e1dd7500824a1234db /video/out/w32_common.h
parentd5de75b340a124e83aa1bc7c76ecbdfd0b7037df (diff)
downloadmpv-526e969419891386dd699f472f06f61df821a431.tar.bz2
mpv-526e969419891386dd699f472f06f61df821a431.tar.xz
w32: use vo_w32_control() for all VOs
Diffstat (limited to 'video/out/w32_common.h')
-rw-r--r--video/out/w32_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/w32_common.h b/video/out/w32_common.h
index 400a429019..1bbf27730f 100644
--- a/video/out/w32_common.h
+++ b/video/out/w32_common.h
@@ -53,12 +53,8 @@ struct vo;
int vo_w32_init(struct vo *vo);
void vo_w32_uninit(struct vo *vo);
-void vo_w32_ontop(struct vo *vo);
-void vo_w32_border(struct vo *vo);
-void vo_w32_fullscreen(struct vo *vo);
int vo_w32_control(struct vo *vo, int *events, int request, void *arg);
int vo_w32_check_events(struct vo *vo);
int vo_w32_config(struct vo *vo, uint32_t, uint32_t, uint32_t);
-void w32_update_xinerama_info(struct vo *vo);
#endif /* MPLAYER_W32_COMMON_H */