diff options
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r-- | video/out/wayland_common.h | 2 |
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); |