diff options
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r-- | video/out/wayland_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h index d55fcc0bbc..dce992beb2 100644 --- a/video/out/wayland_common.h +++ b/video/out/wayland_common.h @@ -79,6 +79,7 @@ struct vo_wayland_window { int32_t height; int32_t p_width; int32_t p_height; + float aspect; struct wl_surface *surface; struct wl_shell_surface *shell_surface; |