From bb9b6501fda409420acda7e41cec7eb990037f50 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Thu, 16 May 2013 16:43:34 +0200 Subject: wayland: introduce vo_wayland_config This removes the need for exposing vo_wayland_fullscreen and other functions also this will be usefull for other vos in the future. --- video/out/wayland_common.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'video/out/wayland_common.h') diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h index c3ff0522cb..3b643f8f49 100644 --- a/video/out/wayland_common.h +++ b/video/out/wayland_common.h @@ -124,12 +124,7 @@ struct vo_wayland_state { int vo_wayland_init(struct vo *vo); void vo_wayland_uninit(struct vo *vo); -void vo_wayland_ontop(struct vo *vo); -void vo_wayland_border(struct vo *vo); -void vo_wayland_fullscreen(struct vo *vo); -void vo_wayland_update_screeninfo(struct vo *vo); -int vo_wayland_check_events(struct vo *vo); -void vo_wayland_update_window_title(struct vo *vo); +bool vo_wayland_config(struct vo *vo, uint32_t d_width, uint32_t d_height, uint32_t flags); int vo_wayland_control(struct vo *vo, int *events, int request, void *arg); #endif /* MPLAYER_WAYLAND_COMMON_H */ -- cgit v1.2.3