From d5de75b340a124e83aa1bc7c76ecbdfd0b7037df Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 May 2013 14:02:28 +0200 Subject: x11: use vo_x11_control() for all VOs --- video/out/x11_common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video/out/x11_common.h') diff --git a/video/out/x11_common.h b/video/out/x11_common.h index 9766306f73..ec41f56b4f 100644 --- a/video/out/x11_common.h +++ b/video/out/x11_common.h @@ -129,7 +129,6 @@ struct vo_x11_state { int vo_x11_init(struct vo *vo); void vo_x11_uninit(struct vo *vo); int vo_x11_check_events(struct vo *vo); -void vo_x11_fullscreen(struct vo *vo); uint32_t vo_x11_set_equalizer(struct vo *vo, const char *name, int value); uint32_t vo_x11_get_equalizer(struct vo *vo, const char *name, int *value); bool vo_x11_screen_is_composited(struct vo *vo); @@ -140,9 +139,6 @@ void vo_x11_config_vo_window(struct vo *vo, XVisualInfo *vis, const char *classname); void vo_x11_clear_background(struct vo *vo, const struct mp_rect *rc); void vo_x11_clearwindow(struct vo *vo, Window vo_window); -void vo_x11_ontop(struct vo *vo); -void vo_x11_border(struct vo *vo); -void vo_x11_update_screeninfo(struct vo *vo); int vo_x11_control(struct vo *vo, int *events, int request, void *arg); double vo_x11_vm_get_fps(struct vo *vo); -- cgit v1.2.3