diff options
author | Alexander Preisinger <alexander.preisinger@gmail.com> | 2014-01-28 13:07:00 +0100 |
---|---|---|
committer | Alexander Preisinger <alexander.preisinger@gmail.com> | 2014-04-16 16:38:54 +0200 |
commit | 5528ad3031148ce19583ad8cd3c949fa4df4eb54 (patch) | |
tree | 220e9f1cbd6ca9799844c7df3c40db21e74570de /video/out/gl_wayland.c | |
parent | 6fcec75baa6bb8b33be284aad108cf3f9920ef15 (diff) | |
download | mpv-5528ad3031148ce19583ad8cd3c949fa4df4eb54.tar.bz2 mpv-5528ad3031148ce19583ad8cd3c949fa4df4eb54.tar.xz |
wayland/shm: Use subsurfaces for OSD
Diffstat (limited to 'video/out/gl_wayland.c')
-rw-r--r-- | video/out/gl_wayland.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_wayland.c b/video/out/gl_wayland.c index 797f1648ac..3decda4bb6 100644 --- a/video/out/gl_wayland.c +++ b/video/out/gl_wayland.c @@ -131,7 +131,7 @@ static void egl_create_window(struct vo_wayland_state *wl, uint32_t width, uint32_t height) { - wl->egl_context.egl_window = wl_egl_window_create(wl->window.surface, + wl->egl_context.egl_window = wl_egl_window_create(wl->window.video_surface, wl->window.width, wl->window.height); |