From bd87598af9c27315054814be4980806dd332f69c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 1 Oct 2015 22:57:02 +0200 Subject: vo_opengl: wayland: switch to new internal API --- video/out/wayland_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/wayland_common.h') diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h index 6f3ac72e94..44033c73a3 100644 --- a/video/out/wayland_common.h +++ b/video/out/wayland_common.h @@ -147,7 +147,7 @@ struct vo_wayland_state { int vo_wayland_init(struct vo *vo); void vo_wayland_uninit(struct vo *vo); -bool vo_wayland_config(struct vo *vo, uint32_t flags); +bool vo_wayland_config(struct vo *vo); int vo_wayland_control(struct vo *vo, int *events, int request, void *arg); void vo_wayland_request_frame(struct vo *vo, void *data, vo_wayland_frame_cb cb); bool vo_wayland_wait_frame(struct vo *vo); -- cgit v1.2.3