From 048c68e5c22c6e2db54f228c6af7acfacad2d880 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Wed, 1 May 2013 13:34:59 +0200 Subject: 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. --- video/out/wayland_common.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'video/out/wayland_common.h') 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 { -- cgit v1.2.3