summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-05-01 13:34:59 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-05-01 13:41:07 +0200
commit048c68e5c22c6e2db54f228c6af7acfacad2d880 (patch)
treeb08b3c49eeba216e3dccc7328b38304a0f0e1f91 /video/out/wayland_common.h
parentd98e61ea438db66323734ad1b6bea66411a3c97b (diff)
downloadmpv-048c68e5c22c6e2db54f228c6af7acfacad2d880.tar.bz2
mpv-048c68e5c22c6e2db54f228c6af7acfacad2d880.tar.xz
wayland: use mpv internal key auto-repeat handling
This removes a good chunk of code trying to recreate key repeat. Because the wayland protocol and xkbcommon don't have an interface for auto-repeating pressed keys.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index abcaa8be2f..20d3853fcf 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -121,14 +121,6 @@ struct vo_wayland_input {
} xkb;
int modifiers;
-
- struct {
- uint32_t sym;
- uint32_t key;
- uint32_t time;
- int timer_fd;
- struct vo_wayland_task task;
- } repeat;
};
struct vo_wayland_state {