summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-02-24 21:35:50 -0600
committerDudemanguy <random342@airmail.cc>2024-02-27 22:18:12 +0000
commit34c0a67ace7c0dcc8c53ee2ca1879135add4dc7d (patch)
tree26c9a93491188b6618a0466267341d97069066f7 /video/out/wayland_common.h
parent7b03a2ff17d0be9673eac718fef65daac0c63b38 (diff)
downloadmpv-34c0a67ace7c0dcc8c53ee2ca1879135add4dc7d.tar.bz2
mpv-34c0a67ace7c0dcc8c53ee2ca1879135add4dc7d.tar.xz
wayland: rename configured to geometry_configured (no-op)
Makes it clearer.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 0f79637183..f45c732ee1 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -67,9 +67,9 @@ struct vo_wayland_state {
/* State */
bool activated;
- bool configured;
bool focused;
bool frame_wait;
+ bool geometry_configured;
bool hidden;
bool initial_size_hint;
bool locked_size;