From 52fa38079db796dd87e40ee6890b5d1005139a08 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Thu, 2 Jan 2014 20:30:21 +0100 Subject: 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. --- video/out/gl_wayland.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/gl_wayland.c') 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, -- cgit v1.2.3