diff options
author | Alexander Preisinger <alexander.preisinger@gmail.com> | 2014-01-02 20:30:21 +0100 |
---|---|---|
committer | Alexander Preisinger <alexander.preisinger@gmail.com> | 2014-01-02 20:33:39 +0100 |
commit | 52fa38079db796dd87e40ee6890b5d1005139a08 (patch) | |
tree | a1aaf07626fbb4a38190bf93b23c8015a1dcb1eb /video/out/gl_wayland.c | |
parent | ba101abfbe65fdef585282ad64381faa96eec3c2 (diff) | |
download | mpv-52fa38079db796dd87e40ee6890b5d1005139a08.tar.bz2 mpv-52fa38079db796dd87e40ee6890b5d1005139a08.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.c | 1 |
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, |