summaryrefslogtreecommitdiffstats
path: root/video/out/gl_wayland.c
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-01-02 20:30:21 +0100
committerwm4 <wm4@nowhere>2014-01-06 20:21:11 +0100
commite26286dfdbf2624412a3d338acd2aea6b104823b (patch)
tree1d79abdca773a4a7ff20b49f24ace47c20f6b21f /video/out/gl_wayland.c
parent389232e5a2f2d72463e785bc804603dad257e1ec (diff)
downloadmpv-e26286dfdbf2624412a3d338acd2aea6b104823b.tar.bz2
mpv-e26286dfdbf2624412a3d338acd2aea6b104823b.tar.xz
wayland/opengl: fix garbage borders
It seems mpv draws garbage in those regions. Now we calculate the aspect and let weston draw the black borders.
Diffstat (limited to 'video/out/gl_wayland.c')
-rw-r--r--video/out/gl_wayland.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/gl_wayland.c b/video/out/gl_wayland.c
index bf06e513be..9fea33b28f 100644
--- a/video/out/gl_wayland.c
+++ b/video/out/gl_wayland.c
@@ -167,7 +167,6 @@ static void egl_create_window(struct vo_wayland_state *wl,
egl_ctx->egl.ctx);
wl_display_dispatch_pending(wl->display.display);
-
}
static bool config_window_wayland(struct MPGLContext *ctx,