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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 99c9769edd..365ae42dab 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -23,6 +23,7 @@
#include "vo.h"
struct wayland_opts {
+ int configure_bounds;
int disable_vsync;
int edge_pixels_pointer;
int edge_pixels_touch;
@@ -50,6 +51,8 @@ struct vo_wayland_state {
struct mp_rect window_size;
struct wl_list output_list;
struct vo_wayland_output *current_output;
+ int bounded_height;
+ int bounded_width;
int gcd;
int reduced_height;
int reduced_width;