summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2022-10-26 23:37:48 +0300
committerJan Ekström <jeebjp@gmail.com>2022-10-27 19:07:05 +0300
commitbc3e96098dbe3efbdffdadc44ebc44b532709deb (patch)
tree8a8426ddcac835051ae9c7c1f370e4830c0cb890 /video/out/wayland_common.h
parente0c4193ee5c0ccc9811947f881c3e647544f81df (diff)
downloadmpv-bc3e96098dbe3efbdffdadc44ebc44b532709deb.tar.bz2
mpv-bc3e96098dbe3efbdffdadc44ebc44b532709deb.tar.xz
video/out/wayland_common: adjust decoration disagreement log level
Originally, I considered warning once to be useful for figuring out whether the change in logic regarding resetting requested mode actually fixed the reported issue or not, but alas not everyone was happy with that decision. Thus the log level will always be debug. This enables us to lose one level of indent as well as a variable, which is always positive. Additionally, make the message more explicit regarding what could possibly be implied by the mismatch, as it seems like this was not always clear.
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 60757fa1ea..fdb745c5d3 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -102,7 +102,6 @@ struct vo_wayland_state {
struct zxdg_decoration_manager_v1 *xdg_decoration_manager;
struct zxdg_toplevel_decoration_v1 *xdg_toplevel_decoration;
int requested_decoration;
- bool warned_of_mismatch;
/* xdg-shell */
struct xdg_wm_base *wm_base;