summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 483c0ef1dd..956069707a 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -70,6 +70,8 @@ struct vo_wayland_state {
int32_t sh_y;
float aspect;
+ bool is_fullscreen; // don't keep aspect ratio in fullscreen mode
+
struct wl_surface *surface;
int32_t surf_x;
int32_t surf_y;