summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-13 01:12:24 -0500
committerDudemanguy <random342@airmail.cc>2024-02-17 16:09:41 +0000
commitb441a5dd1ff6de9dba5eedac6a014ca11d97d8f2 (patch)
treeb608e7158d6bb864fe01033e42a8209de88ccba9 /video/out/wayland_common.h
parenta6ae2e7e602a634955c541b2d186c6dd23c1e9c3 (diff)
downloadmpv-b441a5dd1ff6de9dba5eedac6a014ca11d97d8f2.tar.bz2
mpv-b441a5dd1ff6de9dba5eedac6a014ca11d97d8f2.tar.xz
wayland_common: properly determine has_keyboard_input
Track has_keyboard_input per seat and consider mpv having keyboard input if at least one seat has keyboard input.
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 e5f676e399..befc7edc8b 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -74,7 +74,6 @@ struct vo_wayland_state {
bool configured;
bool focused;
bool frame_wait;
- bool has_keyboard_input;
bool hidden;
bool initial_size_hint;
bool locked_size;