summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2019-12-02 08:55:52 +0800
committerDudemanguy <random342@airmail.cc>2019-12-02 14:14:09 +0000
commitb6f605285caaebedfb8882c36609099fdebc424f (patch)
tree6993b00b6060ac5ef7016e7551cfde2bc5f321f0 /video/out/wayland_common.h
parent193b6fd8dd541d9628c49881a80f9ee02b50b99e (diff)
downloadmpv-b6f605285caaebedfb8882c36609099fdebc424f.tar.bz2
mpv-b6f605285caaebedfb8882c36609099fdebc424f.tar.xz
wayland: update remaining legacy VOCTRL usage to options
The remaining legacy VOCTRLs are for the fullscreen and border properties. For fullscreen this largely just replacing the private state field with the vo option but there are small semantic differences that we need to be careful of. For the border setting, it's trivial as we don't have external mechanisms for changing the state, but I also can't test it as I'm not using a compositor that supports it.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 65e0867e23..ccf09cce85 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -72,7 +72,6 @@ struct vo_wayland_state {
struct mp_rect geometry;
struct mp_rect window_size;
float aspect_ratio;
- bool fullscreen;
bool configured;
bool frame_wait;
bool hidden;