From c5b76714a0c9d57521b08e135f4f3c4e35c8b245 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Tue, 16 Jul 2013 21:40:31 +0200 Subject: wayland: don't resize in gl_wayland.c The vo_wayland_fullscreen handles resizing for the video, because the video could still be in fullscreen mode and resizing it in gl_wayland could make it grow or shrink. --- video/out/wayland_common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out/wayland_common.c') diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index 3ca40fc3c1..e15b0c6f2f 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -695,8 +695,6 @@ void vo_wayland_uninit (struct vo *vo) static void vo_wayland_ontop (struct vo *vo) { - struct vo_wayland_state *wl = vo->wayland; - vo->opts->ontop = !vo->opts->ontop; vo->opts->fullscreen = !vo->opts->fullscreen; -- cgit v1.2.3