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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 895db3393d..7748627b29 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -70,12 +70,13 @@ struct vo_wayland_state {
/* State */
struct mp_rect geometry;
struct mp_rect window_size;
+ struct mp_rect vdparams;
int gcd;
int reduced_width;
int reduced_height;
- bool configured;
bool frame_wait;
- bool state_changed;
+ bool state_change;
+ bool toplevel_configured;
int wakeup_pipe[2];
int pending_vo_events;
int mouse_x;