summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-01 22:57:02 +0200
committerwm4 <wm4@nowhere>2015-10-01 22:57:02 +0200
commitbd87598af9c27315054814be4980806dd332f69c (patch)
tree4d902e7cc2c0b6f9ab7cee220665213115a0aa5b /video/out/wayland_common.h
parentf4d62da8f028bb2359a9a4c6792690cfa5bc8930 (diff)
downloadmpv-bd87598af9c27315054814be4980806dd332f69c.tar.bz2
mpv-bd87598af9c27315054814be4980806dd332f69c.tar.xz
vo_opengl: wayland: switch to new internal API
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 1 insertions, 1 deletions
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);