summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-06 23:16:18 +0200
committerwm4 <wm4@nowhere>2014-05-06 23:16:18 +0200
commitb51664c04a2b150085c0bc7d96f60241ee339328 (patch)
tree84cf58ea3d66be2cf8a85951c1dd601025e1f9c4 /video/out/wayland_common.h
parent41b1ed7b2e227ef27310b0a8d2c6a5772fcf95e8 (diff)
downloadmpv-b51664c04a2b150085c0bc7d96f60241ee339328.tar.bz2
mpv-b51664c04a2b150085c0bc7d96f60241ee339328.tar.xz
wayland: don't use VOCTRL_UPDATE_SCREENINFO
Not very tested. Appears to work.
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 020282761a..dbfa41140f 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -140,7 +140,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 d_width, uint32_t d_height, uint32_t flags);
+bool vo_wayland_config(struct vo *vo, uint32_t flags);
int vo_wayland_control(struct vo *vo, int *events, int request, void *arg);
#endif /* MPLAYER_WAYLAND_COMMON_H */