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 27f4f87b0e..e54e3ff447 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -79,6 +79,8 @@ struct vo_wayland_state {
bool activated;
bool has_keyboard_input;
bool focused;
+ bool hidden;
+ int timeout_count;
int wakeup_pipe[2];
int pending_vo_events;
int mouse_x;