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, 2 insertions, 1 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index dc446bc6f3..5702372731 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -41,6 +41,7 @@ struct vo_wayland_output {
uint32_t flags;
int32_t width;
int32_t height;
+ int32_t refresh_rate; // fps (mHz)
struct wl_list link;
};
@@ -72,7 +73,7 @@ struct vo_wayland_state {
struct wl_list output_list;
struct wl_output *fs_output; /* fullscreen output */
- int output_mode_received;
+ struct vo_wayland_output *current_output;
int display_fd;