From 43d575616cc942943f3f41c2673de158127daef6 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Tue, 15 May 2018 20:20:16 +0100 Subject: wayland_common: fix maximized state Window size should not change if the window has been maximized or tiled. --- video/out/wayland_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/wayland_common.h') diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h index f96226dbc2..9aa057fa57 100644 --- a/video/out/wayland_common.h +++ b/video/out/wayland_common.h @@ -54,6 +54,7 @@ struct vo_wayland_state { struct mp_rect window_size; float aspect_ratio; bool fullscreen; + bool maximized; bool configured; int wakeup_pipe[2]; int pending_vo_events; -- cgit v1.2.3